Clang Format: disable IndentCaseLabels
[ci skip]
This commit is contained in:
parent
f7130c1474
commit
aee780dc98
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ContinuationIndentWidth: 8
|
|||
Cpp11BracedListStyle: true
|
||||
DerivePointerBinding: false
|
||||
ExperimentalAutoDetectBinPacking: false
|
||||
IndentCaseLabels: true
|
||||
IndentCaseLabels: false
|
||||
IndentFunctionDeclarationAfterType: false
|
||||
IndentWidth: 4
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
|
|
Loading…
Add table
Reference in a new issue