Initial commit

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-07-18 12:10:14 +02:00
commit 10291a010d
4 changed files with 176 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
trim_trailing_whitespace=true
[*.py]
indent_size=4
[*yml]
indent_size=2