From 9653b0216843c6103631d01802f13179f3cb66dc Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 21 Jun 2022 16:57:02 +0200 Subject: [PATCH] Include .scss files in .editorconfig Signed-off-by: Richard Steinmetz --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d6a6c38ae..880f0cb6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true -[*.{js,php,vue}] +[*.{js,php,vue,scss}] indent_style = tab insert_final_newline = true