Skip to content

Commit

Permalink
feat: add prettier-json-stringify formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Dec 25, 2024
1 parent 543f6d6 commit 9d2fd7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
. ("apheleia-npx" "prettier" "--stdin-filepath" filepath
"--parser=json"
(apheleia-formatters-js-indent "--use-tabs" "--tab-width")))
(prettier-json-stringify
. ("apheleia-npx" "prettier" "--stdin-filepath" filepath
"--parser=json-stringify"
(apheleia-formatters-js-indent "--use-tabs" "--tab-width")))
(prettier-markdown
. ("apheleia-npx" "prettier" "--stdin-filepath" filepath
"--parser=markdown"
Expand Down

0 comments on commit 9d2fd7b

Please sign in to comment.