Initial Commit

This commit is contained in:
2019-09-28 01:00:21 +02:00
commit 1ec1615506
9 changed files with 3058 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true