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

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

Re: c++-mode newline after if


From: Robert Thorpe
Subject: Re: c++-mode newline after if
Date: 10 Apr 2007 02:03:42 -0700
User-agent: G2/1.0

On Apr 9, 7:40 pm, Rares Vernica <rvern...@gmail.com> wrote:
> Hi,
>
> The c++-mode in emacs 22 inserts a new line after the if, so the code
> will look like this:
>
> if (a > 0)
>    {

This is called "GNU style" C.

> How can I disable this. I would like the code to be like this:
>
> if (a > 0) {

This is "K&R style" C.
To change type C-c . k&r

That's control-c dot k & r

Other possibilities are Whitesmith style and Stroustrup style.



reply via email to

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