enum FormatStyle::NamespaceIndentationKind
Description
Different ways to indent namespace contents.
Declared at: clang/include/clang/Format/Format.h:2689
Enumerators
Name | Value | Comment |
---|---|---|
NI_None | 0 | Don't indent in namespaces. |
NI_Inner | 1 | Indent only in inner namespaces (nested in other namespaces). |
NI_All | 2 | Indent in all namespaces. |