michalrus / git-hooks-code-autoformat

Apache License 2.0
87 stars 24 forks source link

Add a Java formatter #2

Closed michalrus closed 9 years ago

michalrus commented 9 years ago

Take a look at:

michalrus commented 9 years ago

@jrakoczy, you wanted this.

michalrus commented 9 years ago

The org.eclipse.jdt.core.formatter.* package is in http://mvnrepository.com/artifact/org.eclipse.jdt/core/3.3.0-v_771.

michalrus commented 9 years ago

Current (Eclipse Luna) jdt.core JARs are here: http://download.eclipse.org/eclipse/updates/4.4/R-4.4.2-201502041700/plugins/?d

See this wonderful answer: http://stackoverflow.com/a/12991282/2153631

michalrus commented 9 years ago

Some nice config can be found here: https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml