DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / NamespaceIndentation.cpp
123456789
// Do not indent when entering a *namespace* namespace out { int i; namespace in { int i; } } // namespace out