This commit is contained in:
2020-11-07 01:26:03 -03:00
parent b39761ed32
commit 9c746723c7
12 changed files with 1501 additions and 1227 deletions

11
.editorconfig Normal file
View File

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