Explorar el Código

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

Michael Wang hace 6 años
padre
commit
cfa1f7687d
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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