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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -