From ac7dc4faf699c0745c12d84c39b2468cf0b59856 Mon Sep 17 00:00:00 2001 From: berniev <618593+berniev@users.noreply.github.com> Date: Sun, 30 Jul 2023 07:19:37 +1000 Subject: [PATCH] clang format InsertBraces true --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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