Update the clang-format rule for comments

Make sure theres a space before the comment

So now instead of getting
 #endif// comment

it will be
 #endif // comment
This commit is contained in:
Rafael Dominguez
2025-05-30 08:48:26 -07:00
committed by Mathias Agopian
parent e7e5004946
commit 351d9287af

View File

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