summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
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