enum FormatStyle::ReferenceAlignmentStyle

Description

The `` & `` and `` & & `` alignment style.

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

Enumerators

NameValueComment
RAS_Pointer0Align reference like ``PointerAlignment``.
RAS_Left1Align reference to the left.
RAS_Right2Align reference to the right.
RAS_Middle3Align reference in the middle.