保存进度

This commit is contained in:
2025-08-09 02:29:43 +08:00
parent f5c01bc8b8
commit 07ace8a30b
14 changed files with 3458 additions and 384 deletions

View File

@@ -0,0 +1,19 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.js]
indent_size = 2
[*.py]
indent_size = 4
# [*.java]
# indent_size = 4