enum FormatStyle::PPDirectiveIndentStyle

Description

Options for indenting preprocessor directives.

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

Enumerators

NameValueComment
PPDIS_None0Does not indent any directives.
PPDIS_AfterHash1Indents directives after the hash.
PPDIS_BeforeHash2Indents directives before the hash.