10 Star 87 Fork 53

turnon / linux-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2019-12-30 16:30 . update
# EditorConfig 用于在 IDE 中检查代码的基本 Code Style
# @see: https://editorconfig.org/
# 配置说明:
# 所有文件换行使用 Unix 风格(LF),*.bat 文件使用 Windows 风格(CRLF)
# java / sh 文件缩进 4 个空格,其他所有文件缩进 2 个空格
root = true
[*]
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 120
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{bat, cmd}]
end_of_line = crlf
[*.{java, gradle, groovy, kt, sh}]
indent_size = 4
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
Shell
1
https://gitee.com/turnon/linux-tutorial.git
git@gitee.com:turnon/linux-tutorial.git
turnon
linux-tutorial
linux-tutorial
master

搜索帮助