enum FormatStyle::PPDirectiveIndentStyle
Description
Options for indenting preprocessor directives.
Declared at: clang/include/clang/Format/Format.h:2320
Enumerators
Name | Value | Comment |
---|---|---|
PPDIS_None | 0 | Does not indent any directives. |
PPDIS_AfterHash | 1 | Indents directives after the hash. |
PPDIS_BeforeHash | 2 | Indents directives before the hash. |