enum FormatStyle::ReferenceAlignmentStyle
Description
The `` & `` and `` & & `` alignment style.
Declared at: clang/include/clang/Format/Format.h:2945
Enumerators
Name | Value | Comment |
---|---|---|
RAS_Pointer | 0 | Align reference like ``PointerAlignment``. |
RAS_Left | 1 | Align reference to the left. |
RAS_Right | 2 | Align reference to the right. |
RAS_Middle | 3 | Align reference in the middle. |