1.6
cushon
released this
25 May 01:39
·
375 commits
to master
since this release
Features
- Don't format annotations as block-like constructs (#159)
- Add horizontal whitespace between varargs specifiers and type annotations (#282)
- Don't add spaces to
//$NON-NLS-x$
comments (#221) - Unify breaks between type parameters
- Add support for
--assume-filename
Incompatible changes
- Version 1.6.1 of the IntelliJ plugin now notifies if
google-java-format
hasn't been configured for new projects. (Version 1.6.0 of the plugin enabled the formatter by default, but this behaviour was reverted in 1.6.1. See #290.)
Bug Fixes