diff --git a/.clang-format b/.clang-format index 0a0457527..05b9ad97d 100644 --- a/.clang-format +++ b/.clang-format @@ -50,6 +50,7 @@ SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false +IndentCaseLabels: false # Alignment AlignConsecutiveAssignments: false