Add a space before trailing comments.

Comments being slammed right against the code looks weird.
This commit is contained in:
Kai Blaschke
2022-04-25 15:08:33 +02:00
parent db6959c3ab
commit 5e104093b6

View File

@ -56,7 +56,7 @@ SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 0
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: false