0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

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