Spacing inside brace lists
akarl <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
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