From de83da4d18c6d53c6f787706e0d86b8e10fc4566 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sun, 18 Aug 2024 18:37:45 +0200 Subject: [PATCH] Add SCSS files to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c6ff04681..d79cf6f2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true -[*.{js,css}] +[*.{js,css,scss}] indent_style = space indent_size = 2