A tool for formatting Clojure code with customizable rules
Formatting Clojure code
cljfmt
$ cljfmt fix path/to/file.clj
$ cljfmt check src/
$ cljfmt fix src/ test/