mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user