1.5
cushon
released this
18 Oct 22:39
·
440 commits
to master
since this release
Features:
- Improved support for checking if files are already formatted:
--dry-run
prints the paths of files whose contents would change if the formatter were run normally, and--set-exit-if-changed
returns exit code 1 if there are any formatting changes. (#105) - Added support for javac-style
@params
files. (#77).
Bug fixes: