From c1d415dd7fe4c34a5e21f5677574b0da952e6661 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Fri, 18 Sep 2020 09:44:01 +0200 Subject: [PATCH] Use 2-space css indent in .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9097566..1d893fe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,9 @@ insert_final_newline=true [{*.js,*.jsx}] indent_size=2 +[{*.css,*.scss}] +indent_size=2 + [{*.yml,*.yaml}] indent_size=2