diff --git a/.clang-format b/.clang-format index 3cc7dfe9..1986032c 100644 --- a/.clang-format +++ b/.clang-format @@ -21,6 +21,7 @@ ConstructorInitializerIndentWidth: 0 ContinuationIndentWidth: 0 KeepEmptyLinesAtTheStartOfBlocks: false IndentCaseLabels: true +SpaceBeforeCpp11BracedList: false BraceWrapping: AfterEnum: true AfterStruct: true