From 0bf3a205b0799e5a9e5c5deee7fc2a96814dbe3c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 12 Sep 2022 16:35:02 +0200 Subject: Add SASS --- .editorconfig | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 5d12634..ba5c5f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,10 @@ -# editorconfig.org root = true [*] -indent_style = space -indent_size = 2 end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true insert_final_newline = true -[*.md] -trim_trailing_whitespace = false +[*.{js,ts,vue,sass}] +charset = utf-8 +indent_style = space +indent_size = 2 -- cgit v1.2.3-18-g5258