enum FormatStyle::PointerAlignmentStyle

Description

The `` & ``, `` & & `` and ``*`` alignment style.

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

Enumerators

NameValueComment
PAS_Left0Align pointer to the left.
PAS_Right1Align pointer to the right.
PAS_Middle2Align pointer in the middle.