VS2013 has added auto-formatting for C++. My personal opinion on auto-formatting is that it\'s ultimately harmful for developers but I have to accept not everyone agrees. Wh
Just remember that resharper can also override the indentation/formatting settings. You can turn that off by doing this
ReSharper -> Options -> Environment -> Editor -> Editor Behaviour -> Auto-format on closing brace (un-check this).