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

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

customizing indentation rules.


From: glen stark
Subject: customizing indentation rules.
Date: Wed, 08 Dec 2010 15:15:21 -0000
User-agent: Pan/0.133 (House of Butterflies)

Hi everyone.  

I have a question about how to customize the emacs indentation rules, 
specifically for the C++ mode.  

Currently emacs indents code after an open parentheses thusly:

void example_function(
                      int i,
                      int j,
                      ... )
I'd like it to rather do this:
void example_function(
   int i,
   int j,
   ... )

Can someone point me in the right direction for how to accomplish this?


reply via email to

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