[Parted-edge] [PATCH] Create the needed infra-structure to enforce the coding style

Jim Meyering jim at meyering.net
Sun Oct 14 19:37:57 UTC 2007


"Debarshi 'Rishi' Ray" <debarshi.ray at gmail.com> wrote:
>> Few comments about the style itself:
>>
>> +Alignment::~Alignment ()
>> +{
>> +  if (alignment_)
>> +    {
>>
>> Personally, I dislike it! I prefer:
>>
>> +Alignment::~Alignment ()
>> +{
>> +  if (alignment_) {
>> ...
>
> http://rishi.fedorapeople.org/gnu/otavio-indent.cfg
>
> I made some modifications to the previous one at
> http://rishi.fedorapeople.org/gnu/gnu-indent.cfg to make it agree more
> with the GNU Coding Standards.
>
> Comments?

I prefer the GCS, too.



More information about the Parted-edge mailing list