Updated clang-format

This commit is contained in:
smallmodel 2023-07-05 21:05:33 +02:00
parent 5333c7ff4a
commit 37d8938e91
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -14,8 +14,8 @@ AlignConsecutiveMacros:
AcrossComments: false AcrossComments: false
AlignEscapedNewlines: Left AlignEscapedNewlines: Left
AlignOperands: AlignAfterOperator AlignOperands: AlignAfterOperator
AllowAllArgumentsOnNextLine: false AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Empty AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: false AllowShortEnumsOnASingleLine: false
@ -70,7 +70,7 @@ LambdaBodyIndentation: Signature
LineEnding: LF LineEnding: LF
MaxEmptyLinesToKeep: 1 MaxEmptyLinesToKeep: 1
NamespaceIndentation: All NamespaceIndentation: All
PackConstructorInitializers: NextLine PackConstructorInitializers: Never
PointerAlignment: Right PointerAlignment: Right
QualifierAlignment: Left QualifierAlignment: Left
ReferenceAlignment: Left ReferenceAlignment: Left