summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-07 10:54:48 +0200
committerJonathan Treffler <mail@jonathan-treffler.de>2020-08-07 11:29:23 +0200
commit2f543ca05aeba0c98de0683bc43116b5bc3c02a5 (patch)
tree513d06f07d50252f45026f6f6ece5064a7976ea4
parent1b990a625b680d4ed0d496e8e231055b11b073b8 (diff)
added .vue to the editorconfig
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 0c8f06640..a0a5a3d10 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,7 +3,7 @@ root = true
[*]
trim_trailing_whitespace = true
-[*.{js,php,html}]
+[*.{js,php,html,vue}]
indent_style = space
indent_size = 4
charset = utf-8