add .editorconfig

This commit is contained in:
frosty 2024-07-04 16:06:30 -04:00
parent 743bb89475
commit d4547a8bc8

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.lua]
indent_style = space
indent_size = 2
quote_style = single
max_line_length = 120