>
+1 for Google. Easy to import into any IDE and enforced with checkstyle.
>
> -
>
https://github.com/twitter/commons/blob/master/src/java/com/twitter/common/styleguide.md
>
> - https://opennlp.apache.org/code-conventions.html
>
> I'm sure there are more. Thoughts?
>
> Whatever happens, I'd suggest it just get enforced via Maven so we don't
> have to kick PRs back and forth or keep discussing it. To that effect I
> opened https://issues.apache.org/jira/browse/STREAMS-449
https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-2.16/
And can check that from IDEs as well.
Tim Spann