initial commit

This commit is contained in:
Rik Berkelder 2021-04-18 00:45:19 +02:00
parent 68add79b42
commit 4dbe543892
19 changed files with 5626 additions and 7 deletions

12
.editorconfig Normal file
View file

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