diff --git a/.clang-format b/.clang-format index 27323189..7ac8aac9 100644 --- a/.clang-format +++ b/.clang-format @@ -10,3 +10,4 @@ Standard: Cpp11 BreakBeforeBinaryOperators: false BreakBeforeBraces: Stroustrup IndentCaseLabels: false +SpaceBeforeCpp11BracedList: false