add files

This commit is contained in:
2025-11-22 23:19:56 +01:00
commit 4d225eb292
6 changed files with 232 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
[*]
charset = UTF-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = tab
[*.lua]
indent_style = tab
indent_size = tab