init: create project & upload files

This commit is contained in:
2023-02-28 18:35:20 +08:00
commit a284a54a53
17 changed files with 3153 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
max_line_length = 120
insert_final_newline = true
indent_style = space
indent_size = 2