From 38fb75d6c8ab59c1bdd254547037c385400b7cb1 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 2 Jan 2022 16:50:26 -0800 Subject: [PATCH] Alphabetize --- apheleia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))