mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
Alphabetize
This commit is contained in:
parent
d3304b018c
commit
38fb75d6c8
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue