- Added support for Cursive and zprint style list indentation (#324)
- Added
:legacy/merge-indents?for compatibility with 0.10.x (#316)
- Fixed error when cljfmt has no configuration (#313)
- Breaking change: split
:indentsinto:indentsand:extra-indents - Breaking change: removed
--indentsand--alias-mapCLI options - Added
--configCLI option - Added
#redata reader for edn configurations
- Added active config file to
--helptext - Added
:load-config-file?to Leiningen options (#302)
- Fixed broken Leiningen plugin
- Changed
cljfmt fixto always output when writing to STDOUT (#304)
- Added STDIN/STDOUT support (#255)
- Added
--verboseflag to CLI - Added
--quietflag to CLI - Added support for
NO_COLORenvironment variables - Improved
cljfmt fixdiffs so they can be used withpatch
- Added pre-built native binaries for CLI
- Added
--versionflag to CLI - Updated dependencies
- Fixed broken Leiningen plugin
- Added support for using cljfmt as a
clj -Ttool - Added
:pathsoption to configuration file - Added partial support for Babashka (#292)
- Fixed
:alias-mapsoption overriding parsed aliases (#291)