Initial commit.

This commit is contained in:
Bob Vandevliet 2024-06-07 16:02:37 +02:00
commit 2a3f6b88fd
6 changed files with 1161 additions and 0 deletions

12
.editorconfig Normal file
View file

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