1 Star 0 Fork 3

liuyuyan6100/cmake-cookbook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roberto Di Remigio 提交于 2018-08-31 23:33 +08:00 . Add .editorconfig
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
[*.py]
indent_size = 4
[*.{c,h,cpp,hpp,f90,F90}]
indent_size = 2
[*.rst]
indent_size = 3
tab_size = 3
[*.yml]
indent_size = 2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuyuyan6100/cmake-cookbook.git
git@gitee.com:liuyuyan6100/cmake-cookbook.git
liuyuyan6100
cmake-cookbook
cmake-cookbook
master

搜索帮助