Closed krichter722 closed 8 years ago
Currently the google code formatter not only allows lines longer than 80 characters, but enforces them (I didn't investigate exactly, but if there's a plugin which handles formatting, it should break after 80 characters).
experienced with jfreesane-0.95-39-g284b46c
The formatter enforces the Google Java style, see https://google.github.io/styleguide/javaguide.html#s4.4-column-limit stating the column limit is 100.
I've found 80 is just too small for Java.
Currently the google code formatter not only allows lines longer than 80 characters, but enforces them (I didn't investigate exactly, but if there's a plugin which handles formatting, it should break after 80 characters).
experienced with jfreesane-0.95-39-g284b46c