Update editorconfig

This commit is contained in:
Björn Fromme
2021-07-27 14:06:11 +02:00
parent 934bd3dd0c
commit 1078e031ae
+2 -2
View File
@@ -1,10 +1,10 @@
root = true root = true
[*]
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*]
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
[*.{html,js}] [*.{html,js,vue}]
indent_size = 4 indent_size = 4
indent_style = space indent_style = space
[*.{css,scss}] [*.{css,scss}]