Ai
2.9K Star 20.7K Fork 7.8K

GVPsmallchill/SpringBlade

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.editorconfig 369 Bytes
Copy Edit Raw Blame History
smallchill authored 2025-10-24 11:38 +08:00 . :sparkles:设置默认文件格式
# http://editorconfig.org
root = true
# 空格替代Tab缩进在各种编辑工具下效果一致
[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
indent_style = tab
[*.{json,yml,yaml}]
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/smallc/SpringBlade.git
git@gitee.com:smallc/SpringBlade.git
smallc
SpringBlade
SpringBlade
master

Search