Hi,Is there an option to control the space around the braces in brace lists? For instance I prefer
int a[] = {1, 2, 3, 4, 5};
to
int a[] = { 1, 2, 3, 4, 5 };
Regards,
August
_______________________________________________
Bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent
