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

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