1 Star 0 Fork 75

Xinxin19871118 / ipfs-cloud

forked from 河蟹堡 / ipfs-cloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
河蟹堡 提交于 2020-07-20 19:34 . first commit
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.java]
indent_style = tab
indent_size = 4
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[*.js]
indent_style = tab
# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Java
1
https://gitee.com/xinxin19871118_admin/ipfs-cloud.git
git@gitee.com:xinxin19871118_admin/ipfs-cloud.git
xinxin19871118_admin
ipfs-cloud
ipfs-cloud
develop

搜索帮助