Explorar el Código

add editorconfig file (#1947)

kooshie hace 2 años
padre
commit
c81d439cb6
Se han modificado 1 ficheros con 9 adiciones y 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