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:
committed by
Mathias Agopian
parent
e7e5004946
commit
351d9287af
@@ -57,7 +57,7 @@ SpaceBeforeInheritanceColon: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpaceBeforeRangeBasedForLoopColon: false
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 0
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInAngles: false
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInContainerLiterals: false
|
||||
|
||||
Reference in New Issue
Block a user