Przeglądaj źródła

add editorconfig file (#1947)

kooshie 2 lat temu
rodzic
commit
c81d439cb6
1 zmienionych plików z 9 dodań i 0 usunięć
  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