Set editorconfig for Vue files

Editors configured to pick up the coding style from .editorconfig should
be told *.vue files use the same configuration as *.js files.

Signed-off-by: François Freitag <mail@franek.fr>
This commit is contained in:
François Freitag 2021-05-08 12:12:46 +02:00
parent 63ab289676
commit 64296f7a13
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js,php}]
[*.{js,php,vue}]
indent_style = tab
insert_final_newline = true