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
Post a Comment