diff --git a/.clang-format b/.clang-format index 396e596..4f4fa98 100644 --- a/.clang-format +++ b/.clang-format @@ -21,6 +21,7 @@ BraceWrapping: BeforeElse: false ColumnLimit: 0 ContinuationIndentWidth: 16 +Cpp11BracedListStyle: false IncludeBlocks: Preserve IndentCaseLabels: true IndentWidth: 8