This commit is contained in:
mike
2025-12-15 22:33:12 +01:00
commit 0c2e39749f
26 changed files with 7573 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true