1 Star 0 Fork 0

DingYi / opencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Alekhin 提交于 2018-10-11 09:07 . add .editorconfig
# https://editorconfig.org/
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[{CMakeLists.*,*.cmake}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[*.{bat,cmd,cmd.*}]
end_of_line = crlf
indent_style = space
indent_size = 2
[*.{ps1,ps1.*}]
end_of_line = crlf
indent_style = space
indent_size = 4
[*.{md,markdown}]
indent_size = 2
1
https://gitee.com/aimagic/opencv.git
git@gitee.com:aimagic/opencv.git
aimagic
opencv
opencv
master

搜索帮助