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
The second optionals will get split onto two extra lines, probably since the line spans 110 columns but splitting it vertically only reduces it down three columns – not a very good trade in my opinion.
Right. I am arguing for the line length limit to be a bit more fuzzy.
For example, nixfmt could prefer more compact vertical layout when splitting a line would also overflow the line limit and the reduction of width would be insignificant (it is less than 3% here).
Description
The second
optionals
will get split onto two extra lines, probably since the line spans 110 columns but splitting it vertically only reduces it down three columns – not a very good trade in my opinion.Small example input
Expected output
Actual output
The text was updated successfully, but these errors were encountered: