diff --git a/.clang-format b/.clang-format index 4a056c2c..f18a4dd6 100644 --- a/.clang-format +++ b/.clang-format @@ -62,6 +62,7 @@ IndentPPDirectives: BeforeHash IndentRequires: true IndentWidth: 4 IndentWrappedFunctionNames: false +InsertBraces: true KeepEmptyLinesAtTheStartOfBlocks: false LambdaBodyIndentation: OuterScope MaxEmptyLinesToKeep: 2