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 is not a bug, rustfmt uses multiple lines for a match arm only if it exceeds max-width (which is 100 by default). So the first three arms are kept in a single line, whereas the last one gets spanned to multiple lines.
What I expect:
What
rustfmt
produces:If this isn't a bug - happy to close! Might just be a personal preference of mine :)
The text was updated successfully, but these errors were encountered: