[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
PadOperators: true
AlignConsecutiveShortCaseStatements:
AcrossComments: false
AcrossEmptyLines: false
AlignCaseArrows: false
AcrossComments: true
AcrossEmptyLines: true
AlignCaseArrows: true
AlignCaseColons: false
Enabled: false
Enabled: true
AlignConsecutiveTableGenCondOperatorColons:
AcrossComments: false
AcrossEmptyLines: false