Initialize project

This commit is contained in:
jazzpi
2022-08-08 10:41:49 +02:00
commit 1618f7d6b0
1158 changed files with 743379 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{h,c}]
indent_style = space
indent_size = 2