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

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

indenting for managed c++


From: Yogesh.Sajanikar
Subject: indenting for managed c++
Date: Tue, 11 Oct 2005 10:01:42 +0200

Can anybody tell me how to indent managed c++ code (.NET 2003) correctly. The access specifiers are incorrectly classified as inher-cont.  For example, look at the following code,
 
public class C :                // ((inher-cont 19))
        private A              
    {
    private public:             // ((inher-cont 134))
    };
Regards,
~Yogesh
 

reply via email to

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