bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] Spacing inside brace lists


From: akarl
Subject: [Bug-indent] Spacing inside brace lists
Date: Sat, 16 Jul 2005 16:13:58 +0200
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]