summaryrefslogtreecommitdiff
path: root/fnl/config/trim.fnl
blob: ee699fb7e406383bca03b46af15d137b9e19a255 (plain)
1
2
3
4
5
6
;; Trim whitespaces on save.
(module config.trim {autoload {:util :config.util}})

(def- opts {:disable [:python]})

(util.setup :trim opts)