emacs-devel
[Top][All Lists]
Advanced

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

Re: c-mode: inconsistent enum/struct brace indentation?


From: Miles Bader
Subject: Re: c-mode: inconsistent enum/struct brace indentation?
Date: Wed, 25 Apr 2012 16:01:51 +0900

Jim Meyering <address@hidden> writes:
> I've just run emacs -q empty.c and then typed in
> the following, letting the default indentation take effect:
>
> enum foo
>   {
>   };
>
> Shouldn't their opening braces be placed consistently, by default?
> I expected this:
>
> enum foo
> {
> };

Agree, tho c-mode's behaved like this forever...

I usually just avoid hitting TAB on the beginning brace of an enum
... TT

-miles

-- 
Quack, n. A murderer without a license.



reply via email to

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