Initial commit

This commit is contained in:
Manuel 2021-01-18 23:03:15 +00:00
commit 1706be9cf9
Signed by: Manuel
GPG key ID: 4085037435E1F07A
7 changed files with 223 additions and 0 deletions

12
.editorconfig Normal file
View file

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