emacs, override indentation

Posted by aaa on Stack Overflow See other posts from Stack Overflow or by aaa
Published on 2010-04-12T04:18:49Z Indexed on 2010/04/12 4:23 UTC
Read the original article Hit count: 242

Filed under:
|
|
|

hi. Hopefully simple question:

I have multiply nested namespace:

namespace first {namespace second {namespace third {
              // emacs indents three times
    // I want to intend here
} } }

so emacs indents to the third position. However I just want a single indentation. Is it possible to accomplish this effect simply?

Thanks

© Stack Overflow or respective owner

Related posts about emacs

Related posts about c++