clang 20.0.0git
|
Alignment options. More...
#include "clang/Format/Format.h"
Public Member Functions | |
bool | operator== (const ShortCaseStatementsAlignmentStyle &R) const |
Public Attributes | |
bool | Enabled |
Whether aligning is enabled. | |
bool | AcrossEmptyLines |
Whether to align across empty lines. | |
bool | AcrossComments |
Whether to align across comments. | |
bool | AlignCaseArrows |
Whether to align the case arrows when aligning short case expressions. | |
bool | AlignCaseColons |
Whether aligned case labels are aligned on the colon, or on the tokens after the colon. | |
|
inline |
Definition at line 413 of file Format.h.
References AcrossComments, AcrossEmptyLines, AlignCaseArrows, AlignCaseColons, and Enabled.
bool clang::format::FormatStyle::ShortCaseStatementsAlignmentStyle::AcrossComments |
Whether to align across comments.
Definition at line 377 of file Format.h.
Referenced by operator==().
bool clang::format::FormatStyle::ShortCaseStatementsAlignmentStyle::AcrossEmptyLines |
Whether to align across empty lines.
Definition at line 358 of file Format.h.
Referenced by operator==().
bool clang::format::FormatStyle::ShortCaseStatementsAlignmentStyle::AlignCaseArrows |
Whether to align the case arrows when aligning short case expressions.
Definition at line 394 of file Format.h.
Referenced by operator==().
bool clang::format::FormatStyle::ShortCaseStatementsAlignmentStyle::AlignCaseColons |
Whether aligned case labels are aligned on the colon, or on the tokens after the colon.
Definition at line 412 of file Format.h.
Referenced by operator==().
bool clang::format::FormatStyle::ShortCaseStatementsAlignmentStyle::Enabled |
Whether aligning is enabled.
Definition at line 339 of file Format.h.
Referenced by operator==().