We could probably double it.
and if there's some way to allow the Intellij formatter new line settings
to allow multi-line streaming expressions
builder()
.name("nick")
.someOtherStuff("doIt")
.build()
right now the formatter turns that into 1 line
On Wed, Apr 10, 2024 at 5:06 AM Tim Allison <[email protected]> wrote:
> Sounds good. What length?
>
> On Wed, Apr 10, 2024 at 1:18 AM Nicholas DiPiazza
> <[email protected]> wrote:
> >
> > can we bump up the line break to a more reasonable number?
> > some of the stream expressions start to wrap and wrap and warp forcing me
> > to use smaller variable names or break down into methods when i'd
> otherwise
> > like not to.
>