initial commit

initial commit
This commit is contained in:
2022-09-21 16:59:50 +02:00
committed by Rainer Killinger
parent 1211369724
commit c36c47267b
7 changed files with 843 additions and 85 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