chore:增加IDE格式配置。

This commit is contained in:
徐涛 2024-02-05 11:12:23 +08:00
parent a46eaa109c
commit 8266ded856

10
src/.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