Initial commit

This commit is contained in:
Florian Zirker 2021-01-09 20:40:51 +01:00 committed by Florian Zirker
commit 6c8bbaf8ac
15 changed files with 918 additions and 0 deletions

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
root = true
[*]
indent_style = space
indent_size = 3
tab_width = 3
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.{yml,yaml}]
indent_size = 2
tab_width = 2
[*.md]
trim_trailing_whitespace = false