From ec8b8f8715b7022befbbbc42d59221996ec0f113 Mon Sep 17 00:00:00 2001 From: Ping Xie Date: Sun, 30 Jun 2024 15:10:17 -0700 Subject: [PATCH] Leave trailing comments as-is Signed-off-by: Ping Xie --- src/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.clang-format b/src/.clang-format index dceaa4b029..39b92ba162 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -15,7 +15,7 @@ AllowShortLoopsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false -AlignTrailingComments: true +AlignTrailingComments: Leave PointerAlignment: Right KeepEmptyLinesAtTheStartOfBlocks: false SpaceBeforeParens: ControlStatements