diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2022-01-02 16:50:26 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2022-01-02 16:50:26 -0800 |
| commit | 38fb75d6c8ab59c1bdd254547037c385400b7cb1 (patch) | |
| tree | 86d2aa5947b52f825ce400b2f8250952a0f9566d | |
| parent | d3304b018c4586fbdd49d5277740c50f905beae4 (diff) | |
Alphabetize
| -rw-r--r-- | apheleia.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apheleia.el b/apheleia.el index 96a09cd..2140663 100644 --- a/apheleia.el +++ b/apheleia.el @@ -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")) |
