First commit

This commit is contained in:
Fabian Stamm
2020-04-29 15:33:35 +02:00
commit 65068b7c4d
7 changed files with 2313 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root=true
[*]
charset = utf-8
end_of_line = lf
indent_size = 3
indent_style = space
insert_final_newline = true
[*.yaml]
indent_size = 2