diff --git a/.clang-format b/.clang-format index 404a88f..1563e9a 100644 --- a/.clang-format +++ b/.clang-format @@ -11,4 +11,5 @@ BinPackParameters: false IndentWidth: 4 InsertNewlineAtEOF: true PackConstructorInitializers: CurrentLine +RemoveBracesLLVM: true SpaceBeforeCpp11BracedList: true