Update editorconfig for vue files

This commit is contained in:
Björn Fromme
2021-08-09 17:34:27 +02:00
parent 8182326d28
commit 3916dede50
+1 -1
View File
@@ -4,7 +4,7 @@ trim_trailing_whitespace = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{html,js}]
[*.{html,js,vue}]
indent_size = 4
indent_style = space
[*.{css,scss}]