This commit is contained in:
2024-10-13 21:07:45 +08:00
parent 044bb34390
commit 01812e6bf9
6 changed files with 146 additions and 4 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4