1 Star 0 Fork 0

科帕奇/LibreCAD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dongxu Li 提交于 2023-06-09 23:17 . issue #1629: a root level editconfig
# https://editorconfig.org
# Top-most EditorConfig file?
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
# Qt files
[{*.c,*.cpp,*.h,*.hpp,*.cxx,*.qml,*.pro,*.pri}]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
# YAML and Jenkins use two spaces
[{*.yml,Jenkinsfile}]
indent_size = 2
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
# git and Makefile use the superior tabs
[{.git*,*.ui,Makefile,make.bat}]
indent_style = tab
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/qdfalcon/LibreCAD.git
git@gitee.com:qdfalcon/LibreCAD.git
qdfalcon
LibreCAD
LibreCAD
master

搜索帮助