Initial commit

This commit is contained in:
Paul Nicoué 2022-09-30 16:18:49 +02:00
commit 820907c3c2
9 changed files with 13506 additions and 0 deletions

13
.editorconfig Normal file
View file

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