help-gnu-emacs
[Top][All Lists]
Advanced

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

cc mode, c offset alist


From: Florian Kaufmann
Subject: cc mode, c offset alist
Date: 29 Aug 2006 03:31:01 -0700
User-agent: G2/0.2

Hello

I'd like to customize c-offset-alist such that I would have the
following indentation

MyMethod(
    a, b, c,
    d );

MyMethod( a,
    b, c,
    d );

I tryied the following

arglist-intro            : +
arglist-cont             : (c-lineup-gcc-asm-reg 0)
arglist-cont-nonempty    : (c-lineup-gcc-asm-reg 0)
arglist-close            : +

also

arglist-cont             : +
arglist-cont-nonempty    : +

But neither did what I liked. Can someone help me?

Thank you & Greetings

Flo



reply via email to

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