Resharper no longer indenting immediately when method call moved to new line in Visual Studio 20215

I think this is most easily explained by example:

In Resharper 9 in Visual Studio 2013 if I have this:

someObject.GetType();


And I placed the curser after "obj" on the second line and pressed enter I would end up with:

someObject
    .GetType();


But in the most recent version of Resharper 9 and Resharper 10 EAP3 in Visual Studio 2015 I instead end up with this:

someObject
.GetType();


I then either have to execute code reformatting or manually indent the second line to make it match my coding style.

This pattern is something I do frequently, so it gets pretty annoying.

Is there some setting or something I'm missing that controls this behavior?

0
1 comment
Avatar
Permanently deleted user

Filed as RSRP-451641.

0

Please sign in to leave a comment.