diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:35:02 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:35:02 +0200 |
commit | 0bf3a205b0799e5a9e5c5deee7fc2a96814dbe3c (patch) | |
tree | 203aa94ff05f8c7225d5ea3ce588fac9fa69cafe /.editorconfig | |
parent | f97bd6dcbcaedfd2255bb27360dbc8361a02100c (diff) |
Add SASS
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 4 insertions, 7 deletions
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 |