Initial commit

This commit is contained in:
Thea Schöbl
2022-04-21 00:12:31 +02:00
commit 30f773627e
7 changed files with 2093 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false