aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2020-03-31 08:16:58 -0600
committerRadon Rosborough <radon.neon@gmail.com>2020-03-31 08:16:58 -0600
commit1d8d42d0634b9b7119e9c50251a9de527db13102 (patch)
tree7d9e55138145b4c69505307bf716080be237f755
parent0c0085f246bcf9ff4beb9379c7012d32212870a7 (diff)
Alphabetize
-rw-r--r--apheleia.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/apheleia.el b/apheleia.el
index 9c34797..b768fa4 100644
--- a/apheleia.el
+++ b/apheleia.el
@@ -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