Skip to content

Commit 4e03c6f

Browse files
committedOct 6, 2021
初始化仓库
0 parents  commit 4e03c6f

File tree

523 files changed

+56256
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

523 files changed

+56256
-0
lines changed
 

‎.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[*]
2+
#缩进风格:空格
3+
indent_style = tab
4+
#缩进大小2
5+
indent_size = 4
6+
#换行符lf
7+
end_of_line = lf
8+
#字符集utf-8
9+
charset = utf-8
10+
11+

‎.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
unpackage
2+
node_modules
3+
uview-ui

0 commit comments

Comments
 (0)
Please sign in to comment.