You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smart indentation is always indenting closing braces with one tab more than it should:
If you write:
if (whatever)
{}
Then if you press between opening and closing brace:
if (whatever)
{[ENTER]}
Result is:
if (whatever)
{
[TAB]}
I would prefer smart indent to use my settings from code formatter plug-in. Why not use astyle to format code as you type? Maybe you use astyle but the context is too small?