Skip to content

Commit

Permalink
Clang Format: disable IndentCaseLabels
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed May 13, 2017
1 parent f7130c1 commit aee780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.clang-format
Expand Up @@ -35,7 +35,7 @@ ContinuationIndentWidth: 8
Cpp11BracedListStyle: true
DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: false
IndentCaseLabels: true
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
Expand Down

0 comments on commit aee780d

Please sign in to comment.