From 1d8d42d0634b9b7119e9c50251a9de527db13102 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 31 Mar 2020 08:16:58 -0600 Subject: [PATCH] Alphabetize --- apheleia.el | 4 ++-- 1 file 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