1 Star 0 Fork 19

赵庆雨/中后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevin 提交于 2022-06-10 14:02 . 前端流程规范配置
# 告诉EditorConfig插件,这是根文件,不用继续往上查找
root = true
# 匹配全部文件 该匹配内的规则是 vscode 支持的规则
[*]
# 结尾换行符,可选"lf"、"cr"、"crlf"
end_of_line = crlf
# 在文件结尾插入新行
insert_final_newline = true
# 删除一行中的前后空格
trim_trailing_whitespace = true
# 缩进风格,可选"space"、"tab"
indent_style = space
# 缩进的空格数
indent_size = 2
# 匹配js和py结尾的文件
[*.{js,py}]
# 设置字符集
charset = utf-8
# 匹配py结尾的文件
[*.py]
# 缩进风格,可选"space"、"tab"
indent_style = space
# 缩进的空格数
indent_size = 2
# 以下匹配,类同
[Makefile]
indent_style = tab
# tab的宽度
tab_width = 2
# 以下匹配,类同
[lib/**.js]
indent_style = space
indent_size = 2
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhao_qingyu/vue-admin-system.git
git@gitee.com:zhao_qingyu/vue-admin-system.git
zhao_qingyu
vue-admin-system
中后台管理系统
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385