浏览代码

add editorconfig (#1198)

* add editorconfig

* Update .editorconfig

Co-Authored-By: Lipis <lipiridis@gmail.com>

* remove duplicate section

Co-authored-by: Lipis <lipiridis@gmail.com>
vanilla_orig
David Luzar 5 年前
父节点
当前提交
8dccc793ee
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      .editorconfig

+ 12
- 0
.editorconfig 查看文件

@@ -0,0 +1,12 @@
1
+# http://EditorConfig.org
2
+
3
+# top-level EditorConfig file
4
+root = true
5
+
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+indent_size = 2
10
+indent_style = space
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true

正在加载...
取消
保存