Clang Format: disable IndentCaseLabels

[ci skip]
This commit is contained in:
Charles Dang 2017-05-14 03:40:32 +11:00
parent f7130c1474
commit aee780dc98

View file

@ -35,7 +35,7 @@ ContinuationIndentWidth: 8
Cpp11BracedListStyle: true
DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: false
IndentCaseLabels: true
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false