initial commit

This commit is contained in:
Felix Spöttel
2021-12-29 14:12:01 +01:00
commit 4449f5bc94
19 changed files with 531 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_size = 4
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.txt]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false