初始化组件脚本update

This commit is contained in:
niunai
2017-01-15 16:15:53 +08:00
parent 900b5d7063
commit 61415a16b6
18 changed files with 159 additions and 294 deletions

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_size = 2
[*.vue]
indent_size = 2
[*.scss]
indent_size = 4