From e9d1e4a597dc8c5ff3041e271d9a279b46db5ca2 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 4 Jul 2023 17:19:29 -0700 Subject: [PATCH] Set stylelint indentation to 4 --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index 73ad2585..722ea8ce 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,6 +7,7 @@ "stylelint-config-rational-order" ], "rules": { + "indentation": 4, "color-function-notation": ["legacy"], "declaration-empty-line-before": null, "order/properties-order": [],