-
-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Milestone
Description
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"
jods4 and Rudomitori
Metadata
Metadata
Assignees
Labels
No labels