From 5e104093b67a705e599c08d89ebf86fd6a6a4a29 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Mon, 25 Apr 2022 15:08:33 +0200 Subject: [PATCH] Add a space before trailing comments. Comments being slammed right against the code looks weird. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index dfbafc26f..e3de29c29 100644 --- a/.clang-format +++ b/.clang-format @@ -56,7 +56,7 @@ SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 0 +SpacesBeforeTrailingComments: 1 SpacesInAngles: false SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false