Initial commit

This commit is contained in:
2021-07-28 11:11:04 +02:00
commit 3d92f3192b
6 changed files with 1983 additions and 0 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true