瀏覽代碼

add editorconfig file (#1947)

kooshie 2 年之前
父節點
當前提交
c81d439cb6
共有 1 個文件被更改,包括 9 次插入0 次删除
  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