cljfmt is a tool for detecting and fixing formatting errors in Clojure code. Its defaults are based on the Clojure Style Guide, but it also has many customization options to suit a particular project or team. It is not the goal of the project to provide a one-to-one mapping between a Clojure syntax tree and formatted text; rather the intent is to correct formatting errors with minimal changes to t

