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