1 Star 0 Fork 0

mudcn / fluffos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[**/*.{cmd,bat,ps1}]
end_of_line = crlf
# files in test-suite
[testsuite/**/*crlf*]
insert_final_newline = false
end_of_line = crlf
[testsuite/**/*.lf]
insert_final_newline = false
end_of_line = lf
[Makefile]
indent_style = tab
C++
1
https://gitee.com/mudcn/fluffos.git
git@gitee.com:mudcn/fluffos.git
mudcn
fluffos
fluffos
master

搜索帮助