[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cc-mode indentation puzzle
From: |
Pascal J. Bourguignon |
Subject: |
Re: cc-mode indentation puzzle |
Date: |
Tue, 01 Feb 2011 15:54:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Andy Moreton <andrewjmoreton@gmail.com> writes:
> On Mon 31 Jan 2011, blue@themarkjamesgroup.com wrote:
>
>> Indentation I want:
>>
>> a = b + c +
>> d + e + f(1,
>> 2, 3);
>>
>> Indentation I get:
>>
>> a = b + c +
>> d + e + f(1,
>> 2, 3);
You should want and get:
a = b + c +
d + e + f(1,
2, 3);
instead.
--
__Pascal Bourguignon__ http://www.informatimago.com/
A bad day in () is better than a good day in {}.