瀏覽代碼

Add .editorconfig

Brendan Abolivier 6 年之前
父節點
當前提交
c3764d3db1
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18
    0
      .editorconfig

+ 18
- 0
.editorconfig 查看文件

@@ -0,0 +1,18 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+
6
+end_of_line = lf
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
+
10
+[*.go]
11
+indent_style = tab
12
+indent_size = 4
13
+
14
+[*.md]
15
+trim_trailing_whitespace = false
16
+
17
+[*.{yml,yaml}]
18
+indent_style = space