This commit is contained in:
2024-02-08 19:04:45 +09:00
parent 225d7af6a8
commit 187ba704fb
14 changed files with 572 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
[Makefile]
indent_style = tab