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

(let [trim (util.load-plugin :trim)])