From 37d8938e913d3da5ccb320e8838a53adb1e13d47 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:05:33 +0200 Subject: [PATCH] Updated clang-format --- .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index add13c5d..8ec43eaf 100644 --- a/.clang-format +++ b/.clang-format @@ -14,8 +14,8 @@ AlignConsecutiveMacros: AcrossComments: false AlignEscapedNewlines: Left AlignOperands: AlignAfterOperator -AllowAllArgumentsOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: false +AllowAllArgumentsOnNextLine: true +AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: false AllowShortEnumsOnASingleLine: false @@ -70,7 +70,7 @@ LambdaBodyIndentation: Signature LineEnding: LF MaxEmptyLinesToKeep: 1 NamespaceIndentation: All -PackConstructorInitializers: NextLine +PackConstructorInitializers: Never PointerAlignment: Right QualifierAlignment: Left ReferenceAlignment: Left