Initialize project

This commit is contained in:
2023-12-02 15:12:34 +01:00
parent 0c313f43db
commit 42d47b15c9
9 changed files with 548 additions and 0 deletions

13
.editorconfig Normal file
View File

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