加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dengfeng Liu 提交于 2017-03-29 17:49 . Add files via upload
root = true
[*]
charset = utf-8
end_of_line = LF
[*.[ch]]
indent_style = tab
indent_size = 4
max_line_length = 80
[README.md]
max_line_length = 80
[CMakeLists.txt]
indent_style = tab
indent_size = 4
max_line_length = 80
[*.sh]
indent_style = tab
indent_size = 2
[*.init]
indent_style = tab
indent_size = 4
[*.conf]
indent_style = tab
indent_size = 4
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化