diff --git a/.clang-format b/.clang-format index e0c2e3e7..663bc13b 100644 --- a/.clang-format +++ b/.clang-format @@ -19,4 +19,5 @@ InsertBraces: true NamespaceIndentation: None PackConstructorInitializers: CurrentLine SortIncludes: Never +SpaceBeforeCpp11BracedList: false TabWidth: 4