This commit is contained in:
Tour
2025-12-05 04:33:56 +01:00
commit 955242c03b
24 changed files with 6058 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