Alphabetize

This commit is contained in:
Radon Rosborough 2022-01-02 16:50:26 -08:00
parent d3304b018c
commit 38fb75d6c8

View file

@ -633,11 +633,11 @@ function: %s" command)))
'((black . ("black" "-"))
(brittany . ("brittany"))
(clang-format . ("clang-format"))
(mix-format . ("mix" "format" "-"))
(gofmt . ("gofmt"))
(google-java-format . ("google-java-format" "-"))
(isort . ("isort" "--stdout" "-"))
(latexindent . ("latexindent"))
(mix-format . ("mix" "format" "-"))
(ocamlformat . ("ocamlformat" "-" "--name" filepath))
(prettier . (npx "prettier" "--stdin-filepath" filepath))
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))