You are absolutely right,
I use Notepad++ often and it also has an autoformat (C++ re-indent)
int myVar[ 1 ][ 1 ] =
{
{ 0 }
};
int myVar[ 1 ][ 1 ] =
{
{
0 }
};
It expanded the tab on the original, but did not improve the faulty one ![]()
You might wanna try - Artistic Style - it has zillion++ options ![]()