I have recently upgraded to Visual Studio 2012. Whenever I stand on a curly opening bracket and press tab, it automatically inserts 2 new lines and a closing bracket.
{|<- cursor
Pressing tab gives me.
{
|
}
I wish to disable this behavior. I've searched through the settings, Google and MSDN for the past hour, but I've been unable to find anything that would solve my issue.
I have disabled all installed plugins to see if it would go away, but it didn't.