summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYukai Huang2016-12-24 11:50:57 +0800
committerYukai Huang2016-12-24 11:50:57 +0800
commit99dd10772422b66b7f98f1483b5fa3225e3e86e0 (patch)
treeb9e4675d4ee9d6b242763ded01f7157a771bf580 /.editorconfig
parenta06fad974e66c8c5854985fe12fbadbb43cc9c7e (diff)
Basic setup for Vue app
Diffstat (limited to '')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 619c178d..b3e30251 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,6 +7,10 @@ indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
+[*.vue]
+indent_style = space
+indent_size = 2
+
[*.md]
trim_trailing_whitespace = false