Intial Commit

This commit is contained in:
Markus Pesch
2020-11-07 19:40:39 +01:00
commit 661f4e86a2
13 changed files with 1489 additions and 0 deletions

12
.editorconfig Normal file
View File

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