1 Star 0 Fork 0

杨成帅/opencv

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.editorconfig 455 Bytes
Copy Edit Raw Blame History
Alexander Alekhin authored 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yang-cheng-shuai/opencv.git
git@gitee.com:yang-cheng-shuai/opencv.git
yang-cheng-shuai
opencv
opencv
4.x

Search