Pārlūkot izejas kodu

Add .editorconfig

Brendan Abolivier 6 gadus atpakaļ
vecāks
revīzija
c3764d3db1
Parakstījis: Brendan Abolivier <contact@brendanabolivier.com> GPG atslēgas ID: 8EF1500759F70623
1 mainītis faili ar 18 papildinājumiem un 0 dzēšanām
  1. 18
    0
      .editorconfig

+ 18
- 0
.editorconfig Parādīt failu

@@ -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