更新依赖。

This commit is contained in:
2024-10-18 18:41:06 +08:00
parent 3c179f1488
commit 0c3e3f77ce
2 changed files with 15 additions and 2 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
# 缩进
indent_style = space
indent_size = 4
# 行尾
end_of_line = lf
# 字符集
charset = utf-8
#
trim_trailing_whitespace = true
insert_final_newline = true