enum FormatStyle::EscapedNewlineAlignmentStyle

Description

Different styles for aligning escaped newlines.

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

Enumerators

NameValueComment
ENAS_DontAlign0Don't align escaped newlines.
ENAS_Left1Align escaped newlines as far left as possible.
ENAS_Right2Align escaped newlines in the right-most column.