After a blank line separator in an initializer the code formatter doesn't indent the first line after the blank line.
Pre-Format:
C#var formatExample = new ContentByRouteRequest()
{
RoutePath = route,
IsResolvingRootPath = true,
IncludeContentInResponse = false,
};
Post-Format:
C#var formatExample = new ContentByRouteRequest()
{
RoutePath = route,
IsResolvingRootPath = true,
IncludeContentInResponse = false,
};
Hi Jason,
Thanks for the code snippets. Could you help me reproduce the problem on my side?
For this provide me with your current CodeRush settings (CodeRush->Support->Import and Export Settings…), I tried to reproduce the problem with the help of the settings from your previous issues, but without success.
Here is an export of my current settings. Overall the formatting is working great. I still notice a few small things here and there, and things like this one I can live with.
Thank you for sharing your settings. I have reproduced the problem on my side. We will try to resolve it as soon as possible and notify you in the context of the current ticket.