9 Star 61 Fork 4

RubyMetric / chsrc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
ccmywish 提交于 2023-09-06 16:41 . Fix .editorconfig
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.{c,C,cpp,cxx,cc,h,hpp}]
indent_style = space
indent_size = 2
[Makefile,makefile,*.{mk,make,makefile}]
indent_style = tab
[*.md]
trim_trailing_whitespace = true
C
1
https://gitee.com/RubyMetric/chsrc.git
git@gitee.com:RubyMetric/chsrc.git
RubyMetric
chsrc
chsrc
main

搜索帮助