Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.editorconfig 385 Bytes
Copy Edit Raw Blame History
yadong.zhang authored 2021-04-13 21:39 . :pencil2:.editorconfig
# Jap Development Group IDE Editor Standard
root = true
# Use spaces instead of tab indentation to keep the effect consistent under various editing tools
[*]
indent_style = space
indent_size = 2
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
indent_size = 4
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化