1 Star 0 Fork 0

dsczs / free-programming-books-zh_CN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
justjavac 提交于 2015-10-29 08:21 . Update .editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 4
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
indent_size = 2
[{package.json,bower.json}]
indent_size = 2
1
https://gitee.com/dsczs/free-programming-books-zh_CN.git
git@gitee.com:dsczs/free-programming-books-zh_CN.git
dsczs
free-programming-books-zh_CN
free-programming-books-zh_CN
master

搜索帮助