Skip to content

Commit

Permalink
Update apheleia-formatters.el
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 authored Oct 17, 2024
1 parent f1b4529 commit 907ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
(terraform . ("terraform" "fmt" "-"))
(treefmt . ("treefmt" "--stdin" filepath))
(typstyle . ("typstyle"))
(vfmt . ("v" "fmt" filepath "-"))
(vfmt . ("v" "fmt" "-"))
(xmllint . ("xmllint" "--format" "-"))
(yapf . ("yapf"))
(yq-csv . ("yq" "--prettyPrint" "--no-colors"
Expand Down

0 comments on commit 907ec29

Please sign in to comment.