[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cc-mode indentation puzzle
From: |
Andy Moreton |
Subject: |
Re: cc-mode indentation puzzle |
Date: |
Tue, 01 Feb 2011 14:13:35 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) |
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);
Have a look at (Info-goto-node "(ccmode)Line-Up Functions")
`c-lineup-assingnments' may help.
AndyM
- Re: cc-mode indentation puzzle,
Andy Moreton <=