diff --git a/.clang-format b/.clang-format index 1cce4c36..cbec0a46 100644 --- a/.clang-format +++ b/.clang-format @@ -31,6 +31,7 @@ IndentCaseLabels: true IndentGotoLabels: false IndentWidth: '4' IndentWrappedFunctionNames: false +InsertBraces: true KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: '2' PointerAlignment: Right