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
I came across some strange formatting of a long pattern statement with a when clause. I think CSharpier should prefer putting a line break before the when expression over breaking up the when condition.
I came across some strange formatting of a long pattern statement with a when clause. I think CSharpier should prefer putting a line break before the
when
expression over breaking up thewhen
condition.Current behaviour:
Expected behaviour:
I did notice an improvement from 0.9.7 to 0.9.8, the previous formatting was:
The text was updated successfully, but these errors were encountered: