Explorar o código

add editorconfig file (#1947)

kooshie %!s(int64=2) %!d(string=hai) anos
pai
achega
c81d439cb6
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      .editorconfig

+ 9 - 0
.editorconfig

@@ -0,0 +1,9 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+root = true
+
+[*.lua]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+insert_final_newline = true