fluent interface and code format
since i am using resharper 6.0 i have problems using fluent interfaces with line breaks because resharper reformats them on ;
sample:
i wrote:
dosomething(sdsds)
.thenOtherThing()
.Some();
after resharper has formatted the code on typing ; it looks like
dosomething(
sdsds).thenOtherThing().Some();
what is the right setting to control this behavior?
Please sign in to leave a comment.
see this
http://youtrack.jetbrains.net/issue/RSRP-88220