This commit is contained in:
2023-05-31 19:31:00 +08:00
commit d16c25726a
10 changed files with 745 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*.py]
indent_size = 4
indent_style = space
[*]
end_of_line = lf
insert_final_newline = true