浏览代码

Add .editorconfig

Mathieu Acthernoene 5 年前
父节点
当前提交
91f3b33545
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      .editorconfig

+ 11
- 0
.editorconfig 查看文件

@@ -0,0 +1,11 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_size = 2
6
+indent_style = space
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
+
10
+[*.md]
11
+trim_trailing_whitespace = false