Parcourir la source

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

Michael Wang il y a 6 ans
Parent
commit
cfa1f7687d
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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