diff --git a/.clang-format b/.clang-format index ee73e32f03..722aaa9f48 100644 --- a/.clang-format +++ b/.clang-format @@ -16,9 +16,7 @@ BreakConstructorInitializersBeforeComma: true ColumnLimit: 100 ConstructorInitializerIndentWidth: 2 DerivePointerAlignment: false +IndentCaseLabels: false NamespaceIndentation: None PointerAlignment: Middle Standard: Cpp11 -SpacesBeforeTrailingComments: 1 -IndentCaseLabels: false -KeepEmptyLinesAtTheStartOfBlocks: true