You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known and intentional limitation of GJF. See their FAQ for more information. (On reading it, it seems to say that the max line length is actually 100, interestingly enough.)
If you need longer line lengths, consider palantir-java-format which has a 120 max line length, or Eclipse JDT, which has all the flexibility of Eclipse IDE's own formatter but needs more setup (although you can follow these instructions if you wish, or use JUnit 5's config files as a base as long as you follow their open source license.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm satisfied with GJF except linelength ≤ 80 is too strict for me.
I wonder if I can apply GJF with one exception - no limit on linelength or extend to 180?
cc @nedtwigg
All reactions