plugins - Advanced indent settings in Visual Studio -
i'm using vs2013 , i'd change indentation. however, visual's settings aren't enough me. i'd auto indent this:
int function() { int a=1; while (a) { if(a>0) { a=0; return; } } }
are there plugins, or me indentation?
Comments
Post a Comment