first commit

This commit is contained in:
yetone
2024-08-12 23:53:28 +08:00
commit 9edd4202af
11 changed files with 1944 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
; https://editorconfig.org/
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
tab_width = 8
[{Makefile,**/Makefile}]
indent_style = tab
indent_size = 8