2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

update scss linter to allow multiple spaces before on single line

This commit is contained in:
Mark Otto
2016-11-26 20:33:22 -08:00
committed by GitHub
parent 0b8a281920
commit eb5ad730ee
+1 -1
View File
@@ -492,7 +492,7 @@ linters:
SpaceBeforeBrace:
enabled: true
style: space # or 'new_line'
allow_single_line_padding: false
allow_single_line_padding: true
SpaceBetweenParens:
enabled: true