Initial commit

This commit is contained in:
Riyyi
2026-07-30 21:23:43 +02:00
commit 30876992f1
7 changed files with 50 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8