I bumped line length to 180 from 120. Let's see if that's enough.

I'm not sure what the best option is for chained method calls?
"Chained method calls" -> wrap always?
"Wrap first call" -> true
"Align with multiline" -> true

I just pushed a slightly updated intellij-code-style.xml

Let me know if that works.

Fellow devs, if these modifications cause problems, please let me
know. I'm happy to revert!



On Wed, Apr 10, 2024 at 10:29 AM Nicholas DiPiazza
<[email protected]> wrote:
>
> 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.
> >

Reply via email to