First Commit

This commit is contained in:
Fabian Stamm
2020-11-20 18:43:59 +01:00
commit adaec81731
11 changed files with 1499 additions and 0 deletions

11
.editorconfig Normal file
View File

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