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
Following up on a remark from @TobyShaw:
As fsharp_space_before_uppercase_invocation is configured true, Fantomas will add a space in the following code:
myExpr
.Foo()
.Bar()
.Baz ()
Is that correct behaviour? Or is there an exception in this case?
Following up on a remark from @TobyShaw:
As
fsharp_space_before_uppercase_invocationis configuredtrue, Fantomas will add a space in the following code:myExpr .Foo() .Bar() .Baz ()Is that correct behaviour? Or is there an exception in this case?