diff --git a/.clang-format b/.clang-format index 477d39c7e..450593d09 100644 --- a/.clang-format +++ b/.clang-format @@ -21,6 +21,7 @@ IncludeCategories: - Regex: ".*" Priority: 1 SortPriority: 0 +InsertBraces: true KeepEmptyLinesAtTheStartOfBlocks: false PackConstructorInitializers: Never PointerAlignment: Left