mirror of https://github.com/PCSX2/pcsx2.git
clang format: set SpacesBeforeTrailingComments to 1
This commit is contained in:
parent
8945ace3f7
commit
604d3bac3c
|
@ -77,7 +77,7 @@ SpaceAfterCStyleCast: false
|
|||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 2
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInAngles: false
|
||||
SpacesInContainerLiterals: true
|
||||
SpacesInCStyleCastParentheses: false
|
||||
|
|
Loading…
Reference in New Issue