summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/plugins/editor/conform.fnl5
1 files changed, 2 insertions, 3 deletions
diff --git a/fnl/plugins/editor/conform.fnl b/fnl/plugins/editor/conform.fnl
index 4f1b01a..fa344dc 100644
--- a/fnl/plugins/editor/conform.fnl
+++ b/fnl/plugins/editor/conform.fnl
@@ -12,9 +12,8 @@
(conform.setup {:formatters {:fnlfmt {:command :fnlfmt
:args [:--fix :$FILENAME]
:stdin false}}
- :formatters_by_ft {:* [:codespell
- :trim_whitespace
- :trim_newlines]
+ :formatters_by_ft {:* [:codespell]
+ :_ [:trim_whitespace :trim_newlines]
:css [:stylelint]
:fennel [:fnlfmt]
:haskell [:fourmolu]