Initial commit

This commit is contained in:
Marcel Kapfer 2020-04-30 10:02:06 +02:00
commit 09f8a93da4
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
6 changed files with 1352 additions and 0 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# https://editorconfig.org/
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
# Docstrings and comments use max_line_length = 79
[*.py]
max_line_length = 119