From e805a08ff54903bdd905195a29b72f052df3d26e Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 22 Dec 2024 02:02:53 +0100 Subject: [PATCH] Modernize .clang-format --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 57c1b1d78..9a4adcd78 100644 --- a/.clang-format +++ b/.clang-format @@ -10,7 +10,8 @@ AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlinesLeft: true AlignOperands: true -AlignTrailingComments: true +AlignTrailingComments: + Kind: Always AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false