c++ - VS2013 Auto Format can't handle braceless indents -


c++ auto format in vs2013 seems work well. however, stumbles when omit braces. if type:

if (a)    if( 

on entering left paren, auto complete kicks in , get:

if (a) if () 

does know how disable particular auto-format? or better, there fix?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -