Initial commit

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-08 22:47:50 +01:00
commit d0f8f945f3
21 changed files with 2146 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