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
Is your feature request related to a problem? Please describe.
I'm always frustrated when looking at the code 😄
Describe the solution you'd like
Apply some "normal" code formatting, as this (failed by spotless and then "reformatted" by spotless) is insane: d33f99d
Describe alternatives you've considered
Some modern and normal formatting, as 80 width is long past current screen estates.
I agree, in general I never liked the fact that it will indent continued lines past the end of the first line. It pushes some lines way off to the right. I hope it's fixable, the Google format is notoriously difficult to configure IIRC.
Is your feature request related to a problem? Please describe.
I'm always frustrated when looking at the code 😄
Describe the solution you'd like
Apply some "normal" code formatting, as this (failed by spotless and then "reformatted" by spotless) is insane:
d33f99d
Describe alternatives you've considered
Some modern and normal formatting, as 80 width is long past current screen estates.
Additional context
This formatting
d33f99d
vs this one (both are quite "fluent"):
https://github.com/apache/maven/blob/master/impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
The text was updated successfully, but these errors were encountered: