There is a substantial checkstyle that enforces most of the style guides.
I don't know if there is another place where they are documented.

I also find the 80 lines impacting readability.  +1 for an increase.

On Tue, Mar 24, 2015 at 10:18 AM, Nick Dimiduk <[email protected]> wrote:

> Heya folks,
>
> I find the 80 char line length restriction pretty limiting for java code,
> given the verbosity of many class and method names. In many cases, it can
> make code less readable to have a premature line break. Any objection to
> increasing it to 100 characters?
>
> While I'm on the topic, do we have a code style guide for the project?
> Spaces vs. tabs, indentation width, hanging open-brackets, etc? I guess
> check style enforces a bunch of this for us, but only checks for failures
> to meet spec. Would be nice to have IDE formatters to help devs as well.
>
> -n
>

Reply via email to