From fa79619c165296f634dae07b6fe02cb4557ac5ba Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 24 May 2023 14:23:42 -0300 Subject: [PATCH] Update clang-format file --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 1a4a497cc..505423e4e 100644 --- a/.clang-format +++ b/.clang-format @@ -41,14 +41,14 @@ BraceWrapping: BeforeLambdaBody: false BeforeWhile: false IndentBraces: false - SplitEmptyFunction: false + SplitEmptyFunction: true SplitEmptyRecord: false SplitEmptyNamespace: false BreakBeforeBinaryOperators: None BreakBeforeConceptDeclarations: true BreakBeforeBraces: Custom BreakBeforeInheritanceComma: false -BreakInheritanceList: BeforeComma +BreakInheritanceList: AfterComma BreakBeforeTernaryOperators: false BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeComma