This commit is contained in:
2024-02-08 19:04:45 +09:00
parent 225d7af6a8
commit 433ed0b5f9
17 changed files with 574 additions and 2 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