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
google-java-format is a program that reformats Java source code to comply with Google Java Style.