Set stylelint indentation to 4

This commit is contained in:
jeffvli 2023-07-04 17:19:29 -07:00
parent 70f893e5e9
commit e9d1e4a597

View file

@ -7,6 +7,7 @@
"stylelint-config-rational-order"
],
"rules": {
"indentation": 4,
"color-function-notation": ["legacy"],
"declaration-empty-line-before": null,
"order/properties-order": [],