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

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

Re: C++ indentation question


From: jack-mac
Subject: Re: C++ indentation question
Date: Thu, 10 Jan 2013 06:52:17 -0800 (PST)
User-agent: G2/1.0

Le jeudi 10 janvier 2013 06:37:45 UTC+1, Shashank Khanvilkar a écrit :
> I have existing code that looks like:
> void foo() {
>   int a;
> 
> I need to change this to:
> void foo() 
> {
>   int a;

Type the following sequence:
M-% ) SPACE { C-q RET RET ) C-q RET { RET
and then SPACE or BANG (!)


reply via email to

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