mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 12:56:07 +00:00
Add a space before trailing comments.
Comments being slammed right against the code looks weird.
This commit is contained in:
@ -56,7 +56,7 @@ SpaceBeforeInheritanceColon: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpaceBeforeRangeBasedForLoopColon: true
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 0
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInAngles: false
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInContainerLiterals: false
|
||||
|
||||
Reference in New Issue
Block a user