I started noticing that the indentation behavior of the C#
#region
and #endregion
directives no longer get indented with my code.
Visual studio (2013) always pushes them to the first column of the line. This is not how it is supposed to work and it seems I have done something with my visual studio to make this happen (at work it behaves as it used to and regions get indented with the code).
I have ReSharper installed but can't seem to find anything in its settings either that may cause this and I don't know how to try to run without it.
What setting or bug this might be related to?