Set stylelint indentation to 4
This commit is contained in:
parent
70f893e5e9
commit
e9d1e4a597
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"stylelint-config-rational-order"
|
"stylelint-config-rational-order"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"indentation": 4,
|
||||||
"color-function-notation": ["legacy"],
|
"color-function-notation": ["legacy"],
|
||||||
"declaration-empty-line-before": null,
|
"declaration-empty-line-before": null,
|
||||||
"order/properties-order": [],
|
"order/properties-order": [],
|
||||||
|
|
|
||||||
Reference in a new issue