Close out old bug about blank lines inside expressions

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=106541927
2 files changed
tree: 6c08ed3c0fc350fc7359710b36e41bb73eb8b2fe
  1. core/
  2. idea_plugin/
  3. scripts/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

google-java-format

Build Status

google-java-format is a program that reformats Java source code to comply with Google Java Style.

Building

To build google-java-format from source, you will need copy IntelliJ's platform JARs from a local IntelliJ install; see install-idea-jars.sh. Alternatively, you can skip building the IntelliJ plugin:

mvn -pl '!idea_plugin' install