瀏覽代碼

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

Loading…
取消
儲存