VS2013 Auto tab after UFUNCTION(..) and UPROPERTY(..)

Using Visual Studio 2013, if you define a method with UFUNCTION(…) one line above it or a variable with UPROPERTY(…), when you close the method/variable definition with an ; Visual Studio automatically adds an additional unneeded tab in front of it.

This is quite annoying, anyone has an idea how to disable it?

In VS, look under Tools->Options->Text Editor->C/C+±>Formatting and you should be able to alter a few settings to get the desired result. There are quite a few to choose from there.

Anyone able to find the right settings? In Tools->Options->Text Editor->C/C+±>Formatting i don’t find anything about tabs

To change that go to

Tools->Options->Text Editor->C/C+±>Tabs

and change Indenting option to Block. Then go to

Tools->Options->Text Editor->C/C+±>Formatting

and uncheck Automatically format braces when they are automatically completed