From 1a4d9dc7da968feb30dce1768cb9aa3452dea62f Mon Sep 17 00:00:00 2001 From: NamelessContributor <94963033+NamelessContributor@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:06:16 +0100 Subject: [PATCH] editorconfig: add scss --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2f5475e44..5de91fea9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[**.{js,rb,css,erb,md,json,yml}] +[**.{js,rb,css,scss,erb,md,json,yml}] indent_style = space indent_size = 2 end_of_line = lf