Hello suddenly VS2010 has started formatting my if statements in a way that I don't want and I don't know how to turn it of..I Used to format if statements without accolades like this.
if (true) DoThis();
But now VS2010 formats that as follows all the time.
if (true)
DoThis();
I Don't want this and it drives me nuts. I Don't have any plugins installed. Can anybody help me ? Where I can adjust this setting ?