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

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