Skip to content

Commit

Permalink
Update apheleia-formatters.el
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoLaratelli committed Sep 18, 2024
1 parent 9627ac6 commit 60e47d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
(lisp-indent . apheleia-indent-lisp-buffer)
(ktlint . ("ktlint" "--log-level=none" "--stdin" "-F" "-"))
(latexindent . ("latexindent" "--logfile=/dev/null"))
(mix-format . ("apheleia-from-project-root"
".formatter.exs" "mix" "format" "--stdin-filename" filepath "-"))
(mix-format . ("apheleia-from-project-root" ".formatter.exs"
"mix" "format" "--stdin-filename" filepath "-"))
(nixfmt . ("nixfmt"))
(ocamlformat . ("ocamlformat" "-" "--name" filepath
"--enable-outside-detected-project"))
Expand Down

0 comments on commit 60e47d9

Please sign in to comment.