From 28043e8305162b11e1c25cb1b675131178791ac9 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 12 Dec 2024 19:15:20 -0300 Subject: [PATCH] [clang-format] Change SpacesBeforeTrailingComments=1 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index eaf54634e..84d1f8c61 100644 --- a/.clang-format +++ b/.clang-format @@ -204,7 +204,7 @@ SpaceBeforeParensOptions: SpaceBeforeRangeBasedForLoopColon: true SpaceBeforeSquareBrackets: false SpaceInEmptyBlock: true -SpacesBeforeTrailingComments: 2 +SpacesBeforeTrailingComments: 1 SpacesInAngles: Never SpacesInContainerLiterals: false SpacesInLineCommentPrefix: