diff --git a/.clang-format b/.clang-format index d6b3adc8a12b0bd4e5771a9f5157605b571a75a4..ce253ddbbe0e7f9d4ee2638ad5bf16195dcfd43a 100644 --- a/.clang-format +++ b/.clang-format @@ -2,3 +2,4 @@ BasedOnStyle: Google IndentWidth: 4 IncludeBlocks: Preserve +Cpp11BracedListStyle: false