summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-04 22:25:51 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-04 22:25:51 +0100
commitbd0c6281d271a8e20ecffb4180877ef5e059f4c0 (patch)
treebbb10254c3a06b47a49a1d06fbe61846e201be6a /fnl
parentf0249d80b5e45735302df5c65233bfeffd37aca4 (diff)
Update conform
Diffstat (limited to 'fnl')
-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]