From f34a47d3a670ae70494d5ed9028c108139d3f12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Mon, 6 May 2024 20:58:22 +0200 Subject: [PATCH] Stop clang-format trying to remove branches in for loops --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 52e01497187..7746106fcb5 100644 --- a/.clang-format +++ b/.clang-format @@ -89,7 +89,7 @@ PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 -RemoveBracesLLVM: true +RemoveBracesLLVM: false SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements