mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
[clang-format] Enable the alignment of short "case: break;" statements
This commit is contained in:
parent
f19cbe8a37
commit
70ec2d422f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user