cljfmt

A tool for formatting Clojure code with customizable rules

brewmacoslinux
Try with needOr install directly
Source

About

Formatting Clojure code

Commands

cljfmt

Examples

Format a single Clojure file in-place$ cljfmt fix path/to/file.clj
Check if files are formatted without modifying them$ cljfmt check src/
Format all Clojure files in a directory recursively$ cljfmt fix src/ test/