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

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