refactor:迁移IDE格式配置文件位置。

This commit is contained in:
徐涛
2024-02-05 16:32:20 +08:00
parent 1c75a131fe
commit 75e28b83e8

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8