enum FormatStyle::PointerAlignmentStyle
Description
The `` & ``, `` & & `` and ``*`` alignment style.
Declared at: clang/include/clang/Format/Format.h:2847
Enumerators
Name | Value | Comment |
---|---|---|
PAS_Left | 0 | Align pointer to the left. |
PAS_Right | 1 | Align pointer to the right. |
PAS_Middle | 2 | Align pointer in the middle. |