java-code-styles icon indicating copy to clipboard operation
java-code-styles copied to clipboard

IntelliJ IDEA code style settings for Square's Java and Android projects.

Results 12 java-code-styles issues
Sort by recently updated
recently updated
newest added

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....