summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-07 10:54:48 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 19:48:34 +0100
commit2743e39ff281049006395d2a8d0a9cd1c80253c0 (patch)
tree9053bb2e73735a1da9e6255299e309469ba1ef2b
parentfe126e44a5ea5932cdec18e66d8f02205522ca86 (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 05116e70f..df73b20ac 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,7 +5,7 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
-[*.{js,php,html}]
+[*.{js,php,html,vue}]
indent_style = space
indent_size = 4
charset = utf-8