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

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

C++ access label indentation.


From: Alessio Giovanni Baroni
Subject: C++ access label indentation.
Date: Thu, 21 Mar 2013 14:50:05 +0100

Hi to all,

I'm writing you because I don't know how to indenting the C++ code in the following mode:

class foo
{
    private:
         int n;
    public:
        void bar ();
};

I did many searches, and the two principal messages (http://lists.gnu.org/archive/html/help-gnu-emacs/2009-09/msg00593.html and http://lists.gnu.org/archive/html/help-gnu-emacs/2012-10/msg00332.html) doesn't resolve my problem.

Any help?

Thanks to all!

reply via email to

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