>>39
You use spaces exclusively? That's just as bad. Tabs for indentation, and if you really feel autistic enough to line up your 0s and 2s, then do something like --->if(foo) {
--->--->char quux[4] = {0, 1,
--->--->................2, 3};
--->}
will suffice.