Initial commit

This commit is contained in:
2022-03-29 10:22:01 +02:00
commit ec460f85df
6 changed files with 120 additions and 0 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true