How to avoid namespace content indentation in vim?
- by freitass
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.