diff --git a/.clang-format b/.clang-format index 05b9ad97d..5ae000da7 100644 --- a/.clang-format +++ b/.clang-format @@ -8,6 +8,7 @@ BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never +IndentCaseLabels: false @@ -39,9 +40,6 @@ BraceWrapping: AfterStruct: false BeforeElse : true AfterCaseLabel: false - - - # Spacing SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false @@ -50,7 +48,6 @@ SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -IndentCaseLabels: false # Alignment AlignConsecutiveAssignments: false