refactor(web):改造成vue工程
This commit is contained in:
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
# 设置字符集
|
||||
charset = utf-8
|
||||
# 缩进风格,可选space、tab
|
||||
indent_style = space
|
||||
# 缩进的空格数
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
|
||||
insert_final_newline = false
|
||||
max_line_length = 300
|
||||
Reference in New Issue
Block a user