Disable SpaceAfterComment
This commit is contained in:
parent
a74d75020d
commit
576869eeff
|
@ -183,7 +183,7 @@ linters:
|
||||||
style: one_space # or 'no_space', or 'at_least_one_space'
|
style: one_space # or 'no_space', or 'at_least_one_space'
|
||||||
|
|
||||||
SpaceAfterComment:
|
SpaceAfterComment:
|
||||||
enabled: true
|
enabled: false
|
||||||
style: one_space # or 'no_space', or 'at_least_one_space'
|
style: one_space # or 'no_space', or 'at_least_one_space'
|
||||||
allow_empty_comments: true
|
allow_empty_comments: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue