first commit

This commit is contained in:
Sockenklaus
2021-10-16 21:31:35 +02:00
commit 4acf451351
28 changed files with 13523 additions and 0 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
insert_final_newline = ignore
[*.md]
trim_trailing_whitespace = false