update 迁移 vue3 前端到主仓库统一维护

This commit is contained in:
疯狂的狮子Li
2023-05-30 17:55:51 +08:00
parent 5f1d5a4a15
commit 2fa384c4ee
246 changed files with 17040 additions and 30 deletions

View File

@@ -0,0 +1,21 @@
# 告诉EditorConfig插件这是根文件不用继续往上查找
root = true
# 匹配全部文件
[*]
# 缩进风格可选space、tab
indent_style = space
# 缩进的空格数
indent_size = 2
# 设置字符集
charset = utf-8
# 结尾换行符可选lf、cr、crlf
end_of_line = lf
# 在文件结尾插入新行
trim_trailing_whitespace = true
# 删除一行中的前后空格
insert_final_newline = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false