-
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Milestone
Description
o.Property.CallMethod(
someParameter_____________________________,
someParameter_____________________________
)
.CallMethod()
.CallMethod();
// should be
o.Property.CallMethod(
someParameter_____________________________,
someParameter_____________________________
)
.CallMethod()
.CallMethod();But in cases like this, do keep it dedented
this.Method(
someParameter__________________________________,
someParameter__________________________________
);
// consistent with
CallMethod(
someParameter__________________________________,
someParameter__________________________________
);It seems like changing this to Doc.Indent mostly gets us there - InvocationExpression.cs
aurnoi1
Metadata
Metadata
Assignees
Labels
No labels