Fix comment spacing
This commit is contained in:
parent
a374112dd8
commit
cfc76b8099
1 changed files with 1 additions and 6 deletions
|
@ -40,7 +40,6 @@ BreakConstructorInitializersBeforeComma: false
|
|||
BreakInheritanceList: BeforeColon
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
CompactNamespaces: false
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 4
|
||||
|
@ -115,7 +114,7 @@ SpaceBeforeRangeBasedForLoopColon: true
|
|||
SpaceBeforeSquareBrackets: false
|
||||
SpaceInEmptyBlock: false
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesBeforeTrailingComments: 2
|
||||
SpacesInAngles: Never
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInConditionalStatement: false
|
||||
|
@ -136,8 +135,4 @@ SpaceBeforeParensOptions:
|
|||
AfterOverloadedOperator: false
|
||||
BeforeNonEmptyParentheses: false
|
||||
|
||||
SpacesInLineCommentPrefix:
|
||||
Maximum: -1
|
||||
Minimum: 2
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue