Initial setup

This commit is contained in:
Alexis
2022-12-09 23:32:05 +01:00
parent 59b4805965
commit 7e61f617c2
15 changed files with 17151 additions and 0 deletions

13
.editorconfig Normal file
View File

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