瀏覽代碼

添加 .editorconfig 确保各个编辑器下基础选项一致。
charset/indent_style/indent_size/end_of_line

Michael Wang 6 年之前
父節點
當前提交
cfa1f7687d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

@@ -0,0 +1,8 @@
+# http://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf