From a545bb00660937c84cda73f9c083aac0437782c4 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 25 Sep 2025 16:40:53 +0200 Subject: [PATCH] [Clang] Fix incorrect config --- config/lint/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lint/clang-format b/config/lint/clang-format index 33a97f0..da891d6 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -254,7 +254,7 @@ SpacesInLineCommentPrefix: SpacesInParens: Custom SpacesInParensOptions: ExceptDoubleParentheses: false - InConditionalStatements: false + InConditionalStatements: true InCStyleCasts: false InEmptyParentheses: false Other: true