When trying to indent a block of code in Visual Studio 2012, by highlighting the code and hitting tab the editor is adding the if expression is true
if (true)
{
... // mycode block
}
I imagine I should be able to turn this off with the option settings in
Tools->Options->C/C++->Formatting
but haven't figured out which one, any ideas?