From 7b427f755af0cfc0d466ef0296dffaf4a30787f5 Mon Sep 17 00:00:00 2001 From: Austin Ho Date: Mon, 25 Nov 2024 22:03:04 +0000 Subject: [PATCH] #0: Add InsertBraces: true to .clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 6d87dcb186f..82e40a780ab 100644 --- a/.clang-format +++ b/.clang-format @@ -74,6 +74,7 @@ IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: false +InsertBraces: true JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: false