Initial commit

This commit is contained in:
Peter Vacho 2025-02-17 19:09:13 +01:00
commit 4cc8b53855
Signed by: school
GPG key ID: 8CFC3837052871B4
8 changed files with 494 additions and 0 deletions

19
.editorconfig Normal file
View file

@ -0,0 +1,19 @@
# Check http://editorconfig.org for more information
# This is the main config file for this project:
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.{py, pyi}]
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false
max_line_length = 120