enum FormatStyle::NamespaceIndentationKind

Description

Different ways to indent namespace contents.

Declared at: clang/include/clang/Format/Format.h:2689

Enumerators

NameValueComment
NI_None0Don't indent in namespaces.
NI_Inner1Indent only in inner namespaces (nested in other namespaces).
NI_All2Indent in all namespaces.