sjamesr / jfreesane

Java API to talk to the SANE scanning daemon
Apache License 2.0
60 stars 24 forks source link

Change google code formatter to break lines at 80 characters #45

Closed krichter722 closed 8 years ago

krichter722 commented 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

sjamesr commented 8 years ago

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.