[clang-format] Change SpacesBeforeTrailingComments=1

This commit is contained in:
David Capello 2024-12-12 19:15:20 -03:00
parent b38a3c03eb
commit 28043e8305

View File

@ -204,7 +204,7 @@ SpaceBeforeParensOptions:
SpaceBeforeRangeBasedForLoopColon: true
SpaceBeforeSquareBrackets: false
SpaceInEmptyBlock: true
SpacesBeforeTrailingComments: 2
SpacesBeforeTrailingComments: 1
SpacesInAngles: Never
SpacesInContainerLiterals: false
SpacesInLineCommentPrefix: