Adjust clang-format

This commit is contained in:
Victor Zverovich
2024-09-10 18:24:35 -07:00
parent 3e9fdb3a1f
commit 5345cfe6b3
5 changed files with 126 additions and 315 deletions

View File

@ -6,3 +6,9 @@ IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false
AllowShortCaseLabelsOnASingleLine: true
AlignConsecutiveShortCaseStatements:
Enabled: true
AcrossEmptyLines: true
AcrossComments: true
AlignCaseColons: false