Skip to content

Commit

Permalink
Fix default configuration for SpaceAfterComment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantsepp committed Aug 30, 2016
1 parent d3e7ce0 commit d0e5349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ linters:
style: one_space # or 'no_space', or 'at_least_one_space'

SpaceAfterComment:
enabled: true
style: at_least_one_space # or 'no_space', or 'at_least_one_space'
enabled: false
style: one_space # or 'no_space', or 'at_least_one_space'
allow_empty_comments: true

SpaceAfterPropertyColon:
Expand Down

0 comments on commit d0e5349

Please sign in to comment.