diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:25:51 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:25:51 +0100 |
commit | bd0c6281d271a8e20ecffb4180877ef5e059f4c0 (patch) | |
tree | bbb10254c3a06b47a49a1d06fbe61846e201be6a /fnl/plugins | |
parent | f0249d80b5e45735302df5c65233bfeffd37aca4 (diff) |
Update conform
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/conform.fnl | 5 |
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] |