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
Having a single invocation on a ParenthesizedExpression that is too long causes it to break like below. It would look better if it stayed consistent with the second example.
(
someObject as SomeLongType__________________________________________
).CallMethod();(someObject as SomeLongType__________________________________________).CallMethod().CallMethod();
A potential solution is "never break ParenthesizedExpression unless its contents break"
The text was updated successfully, but these errors were encountered:
Having a single invocation on a ParenthesizedExpression that is too long causes it to break like below. It would look better if it stayed consistent with the second example.
A potential solution is "never break ParenthesizedExpression unless its contents break"
The text was updated successfully, but these errors were encountered: