java-code-styles
java-code-styles copied to clipboard
IntelliJ IDEA code style settings for Square's Java and Android projects.
I like your code style. However, when reformatting my code using your style I am encountering various checkstyle violations for either [Sun's](https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml) or [Google's](https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml) default rules. It mostly complains about...
I love Intellij IDEA, except the part that it's not handle non-javadoc comments nicely. Some time we need that type of comment to explain why we wrote code like that....