First Commit

Yes, that is what I do at 31.12.2021 at 22:39 local time...
This commit is contained in:
K35
2021-12-31 21:38:26 +00:00
commit d5cfdcadc1
21 changed files with 3352 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root=true
[*]
charset = utf-8
end_of_line = lf
indent_size = 3
indent_style = space
insert_final_newline = true
[*.yml]
indent_size = 2
[*.md]
indent_size = 2