How to avoid namespace content indentation in vim?

Posted by freitass on Stack Overflow See other posts from Stack Overflow or by freitass
Published on 2010-03-30T21:54:48Z Indexed on 2010/03/30 22:33 UTC
Read the original article Hit count: 363

Filed under:
|
|
|

How to set vim to not indent namespace content in C++?

namespace
{
    < statement_list > // Unwanted indentation
}

Surprisingly, 'cinoptions' doesn't provide a way to edit namespace content indentation.

© Stack Overflow or respective owner

Related posts about vim

Related posts about c++