From 4ff2ad0e9bf63a2558baaaf366ac7e024dc1e8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 16 Sep 2019 13:08:31 +0200 Subject: [PATCH] Adjust editorconfig for scss files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index eb2d0f70..378bcee8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ insert_final_newline = true indent_size = 4 indent_style = space [*.{css,scss}] -indent_size = 2 +indent_size = 4 indent_style = space