1 files changed, 12 insertions(+), 0 deletions(-)
A .editorconfig
A .editorconfig => .editorconfig +12 -0
@@ 0,0 1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+
+[*.lua]
+indent_style = space
+indent_size = 2