1 Star 0 Fork 29

平凡幸福/网盘,网盘系统前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 773 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan 提交于 2020-12-31 13:45 . 修正 分享详情预重构
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个空格缩进
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huangyanglai/cloud-disk-web.git
git@gitee.com:huangyanglai/cloud-disk-web.git
huangyanglai
cloud-disk-web
网盘,网盘系统前端
master

搜索帮助