From e55b0e18e0adb67c3a7745fa89460cec05665119 Mon Sep 17 00:00:00 2001 From: Mircea TheHonestCTO Date: Fri, 12 Sep 2025 08:58:37 +0200 Subject: [PATCH] update .clang-format: adjust BeforeLambdaBody and ConstructorInitializerAllOnOneLineOrOnePerLine for improved formatting consistency --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index f656e29d8..656f6257f 100644 --- a/.clang-format +++ b/.clang-format @@ -41,7 +41,7 @@ BraceWrapping: AfterExternBlock: true BeforeCatch: false BeforeElse: false - BeforeLambdaBody: false + BeforeLambdaBody: true BeforeWhile: false IndentBraces: false SplitEmptyFunction: false @@ -72,7 +72,7 @@ EmptyLineBeforeAccessModifier: LogicalBlock ExperimentalAutoDetectBinPacking: false PackConstructorInitializers: BinPack BasedOnStyle: '' -ConstructorInitializerAllOnOneLineOrOnePerLine: false +ConstructorInitializerAllOnOneLineOrOnePerLine: true AllowAllConstructorInitializersOnNextLine: true FixNamespaceComments: false ForEachMacros: