1
0
forked from redo/BlockLua

Create .editorconfig

This commit is contained in:
2025-10-05 19:51:10 -04:00
parent cbd0c29495
commit 0815a6d229

9
.editorconfig Normal file
View File

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