diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f3bd0059 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.lua] +trim_trailing_whitespace = false +indent_style = tab +max_line_length = 120