浏览代码

added editorconfig

j8
isymchych 9 年前
父节点
当前提交
91fbf1e274
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      .editorconfig

+ 10
- 0
.editorconfig 查看文件

@@ -0,0 +1,10 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+indent_size = 4
8
+indent_style = space
9
+max_line_length = 80
10
+trim_trailing_whitespace = true

正在加载...
取消
保存