plovr icon indicating copy to clipboard operation
plovr copied to clipboard

Apply common java style?

Open pcj opened this issue 8 years ago • 1 comments

I've adopted something like:

find src/main/java -name '*.java' | xargs java -jar ./bin/google-java-format-0.1-alpha.jar --aosp --replace

as a precommit hook for java projects. Curious if there is any interest in adopting a strategy like this for plovr to normalize style formatting.

pcj avatar Apr 15 '16 17:04 pcj