diff --git a/.clang-format b/.clang-format index e2749434c8..a4d02ec4c2 100644 --- a/.clang-format +++ b/.clang-format @@ -39,7 +39,7 @@ ContinuationIndentWidth: 4 IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 4 -InsertBraces: false +InsertBraces: true KeepEmptyLinesAtTheStartOfBlocks: true MaxEmptyLinesToKeep: 2 NamespaceIndentation: None