mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
update scss linter to allow multiple spaces before on single line
This commit is contained in:
parent
0b8a281920
commit
eb5ad730ee
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ linters:
|
||||||
SpaceBeforeBrace:
|
SpaceBeforeBrace:
|
||||||
enabled: true
|
enabled: true
|
||||||
style: space # or 'new_line'
|
style: space # or 'new_line'
|
||||||
allow_single_line_padding: false
|
allow_single_line_padding: true
|
||||||
|
|
||||||
SpaceBetweenParens:
|
SpaceBetweenParens:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue