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 isn't technically correct, since it shouldn't be broken at all, but at least the arrow is indented properly to make the association to the function clear.
Surely this can't be intentional? It seems like some sort of off-by-one error to me. I'd honestly be happier with having it broken apart vertically than that ugly 2024 formatting, even though it shouldn't require formatting at all.
The text was updated successfully, but these errors were encountered:
The problem occurs in the following code, note that the longest line is exactly 100 columns:
If this is formatted with the 2021 edition, you get the following:
This isn't technically correct, since it shouldn't be broken at all, but at least the arrow is indented properly to make the association to the function clear.
With the 2024 edition, it formats like this:
So still breaks the line that doesn't need to be broken, but even worse than 2021 edition.
If the line is a single character longer, it's not broken at all:
If it is one character longer, the arguments are broken vertically:
Surely this can't be intentional? It seems like some sort of off-by-one error to me. I'd honestly be happier with having it broken apart vertically than that ugly 2024 formatting, even though it shouldn't require formatting at all.
The text was updated successfully, but these errors were encountered: