diff --git a/.clang-format b/.clang-format index 3f39c1a9b..7efafa03a 100644 --- a/.clang-format +++ b/.clang-format @@ -8,6 +8,7 @@ BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never +IndentCaseLabels: false @@ -41,7 +42,7 @@ BraceWrapping: AfterStruct: false BeforeElse : true AfterCaseLabel: false -# Spacing + SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceBeforeParens: ControlStatements @@ -49,7 +50,6 @@ SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -IndentCaseLabels: false # Alignment AlignConsecutiveAssignments: false