Disable SpaceAfterComment

This commit is contained in:
Michael Rose 2017-03-16 11:42:12 -04:00
parent a74d75020d
commit 576869eeff
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ linters:
style: one_space # or 'no_space', or 'at_least_one_space'
SpaceAfterComment:
enabled: true
enabled: false
style: one_space # or 'no_space', or 'at_least_one_space'
allow_empty_comments: true