Fix spaces after comment
parent
9cc04a36d6
commit
d88978b9d5
|
@ -51,7 +51,7 @@ BreakConstructorInitializers: BeforeComma
|
|||
BreakAfterJavaFieldAnnotations: false
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 0
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
CommentPragmas: '^[^ ]'
|
||||
CompactNamespaces: false
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 4
|
||||
|
|
Loading…
Reference in New Issue