1
0
forked from redo/BlockLua

Formatter run

This commit is contained in:
2025-10-05 15:44:58 -04:00
parent 1a4c7bfefc
commit 85193866e9
17 changed files with 1865 additions and 1625 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true