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

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

(util.use-config :trim opts)