2 Star 7 Fork 1

cockroachdb/cockroach

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Kimball 提交于 2020-04-11 08:38 +08:00 . opt: use 4 space indentation for .opt files
# See http://editorconfig.org
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# For non-go files, we indent with two spaces. In go files we indent
# with tabs but still set indent_size to control the github web viewer.
indent_size=2
# Override default spacing rules for .opt files.
[*.opt]
indent_style = space
indent_size = 4
# Makefiles are broken without using actual tabs for indentation.
[Makefile]
indent_style = tab
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_cockroachdb/cockroach.git
git@gitee.com:mirrors_cockroachdb/cockroach.git
mirrors_cockroachdb
cockroach
cockroach
master

搜索帮助