소스 검색

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