From a207d11fa4ed2b6d0f5047e51bb2ecce2f2e5d73 Mon Sep 17 00:00:00 2001 From: wandererfan Date: Tue, 12 Sep 2023 09:00:28 -0400 Subject: [PATCH] clang format SpacesBeforeTrailingComments --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 91d2e95fca..08711a1a1b 100644 --- a/.clang-format +++ b/.clang-format @@ -60,7 +60,7 @@ SpaceBeforeInheritanceColon: false SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 0 +SpacesBeforeTrailingComments: 2 SpacesInAngles: false SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false