summaryrefslogtreecommitdiff
path: root/fnl/config/trim.fnl
blob: 8a2ec43aa8defaa1233f5383aa6e4afc1dcedaa9 (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)