1 Star 0 Fork 29

Dexter/vue云盘系统,网盘系统,文件管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 773 Bytes
一键复制 编辑 原始数据 按行查看 历史
月之獠 提交于 2021-04-15 10:38 . v2.0.0
root = true
[*]
charset = utf-8
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space # 空格缩进
curly_bracket_next_line = false # 大括号不另起一行
spaces_around_operators = true # 运算符两遍都有空格
indent_brace_style = 1tbs # 条件语句格式是 1tbs
[*.js] # 对所有的 js 文件生效
quote_type = single # 字符串使用单引号
[*.{html,less,css,json}] # 对所有 html, less, css, json 文件生效
quote_type = double # 字符串使用双引号
[package.json] # 对 package.json 生效
indent_size = 2 # 使用2个空格缩进
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dexterhoum/cloud-disk-web.git
git@gitee.com:dexterhoum/cloud-disk-web.git
dexterhoum
cloud-disk-web
vue云盘系统,网盘系统,文件管理系统
master

搜索帮助