Auto Format with curly bracket bug

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 :frowning:

You might wanna try - Artistic Style - it has zillion++ options :slight_smile: