Better partial formatting of statements

Continue to reformat statements atomically, but don't reformat entire groups of nested statements (e.g. try/catch blocks). Instead, never reformat statements that occur nested inside expressions.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=96146019
3 files changed
tree: 8ef9fde8875d2ca02b83a740fef1de6baed4c45c
  1. core/
  2. .gitignore
  3. .travis.yml
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. 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.