enum FormatStyle::SpaceAroundPointerQualifiersStyle

Description

Different ways to put a space before opening parentheses.

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

Enumerators

NameValueComment
SAPQ_Default0Don't ensure spaces around pointer qualifiers and use PointerAlignment instead.
SAPQ_Before1Ensure that there is a space before pointer qualifiers.
SAPQ_After2Ensure that there is a space after pointer qualifiers.
SAPQ_Both3Ensure that there is a space both before and after pointer qualifiers.