new: add editorconfig

This commit is contained in:
2026-06-12 16:31:48 -04:00
parent 4bbae7a78c
commit a0b22453eb
+8
View File
@@ -0,0 +1,8 @@
root = true
[*]
insert_file_newline=true
[*.lua]
indent_style = space
indent_size = 2