enum FormatStyle::EscapedNewlineAlignmentStyle
Description
Different styles for aligning escaped newlines.
Declared at: clang/include/clang/Format/Format.h:299
Enumerators
Name | Value | Comment |
---|---|---|
ENAS_DontAlign | 0 | Don't align escaped newlines. |
ENAS_Left | 1 | Align escaped newlines as far left as possible. |
ENAS_Right | 2 | Align escaped newlines in the right-most column. |