[clang-format] Enable the alignment of short "case: break;" statements

This commit is contained in:
David Capello 2024-12-12 20:13:40 -03:00
parent f19cbe8a37
commit 70ec2d422f

View File

@ -31,11 +31,11 @@ AlignConsecutiveMacros:
Enabled: true Enabled: true
PadOperators: true PadOperators: true
AlignConsecutiveShortCaseStatements: AlignConsecutiveShortCaseStatements:
AcrossComments: false AcrossComments: true
AcrossEmptyLines: false AcrossEmptyLines: true
AlignCaseArrows: false AlignCaseArrows: true
AlignCaseColons: false AlignCaseColons: false
Enabled: false Enabled: true
AlignConsecutiveTableGenCondOperatorColons: AlignConsecutiveTableGenCondOperatorColons:
AcrossComments: false AcrossComments: false
AcrossEmptyLines: false AcrossEmptyLines: false