mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Alphabetize
This commit is contained in:
parent
0c0085f246
commit
1d8d42d063
1 changed files with 2 additions and 2 deletions
|
@ -451,10 +451,10 @@ modified from what is written to disk, then don't do anything."
|
|||
|
||||
(defcustom apheleia-formatters
|
||||
'((black . ("black" "-"))
|
||||
(brittany . ("brittany" file))
|
||||
(prettier . (npx "prettier" file))
|
||||
(gofmt . ("gofmt"))
|
||||
(terraform . ("terraform" "fmt" "-"))
|
||||
(brittany . ("brittany" file)))
|
||||
(terraform . ("terraform" "fmt" "-")))
|
||||
"Alist of code formatting commands.
|
||||
The keys may be any symbols you want, and the values are
|
||||
commands, lists of strings and symbols, in the format of
|
||||
|
|
Loading…
Add table
Reference in a new issue