SCSS-Lint: SpaceBeforeBrace: allow_single_line_padding: true

This commit is contained in:
Chris Rebert 2014-12-08 19:57:05 -08:00
parent 5a986744f7
commit 895be6efb0
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ linters:
SpaceBeforeBrace:
enabled: true
style: space
allow_single_line_padding: false
allow_single_line_padding: true
SpaceBetweenParens:
enabled: true