Skip to content

Commit 32b0afc

Browse files
spencerhakimshuLhan
authored andcommitted
.editorconfig
1 parent fb998d9 commit 32b0afc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
root = true
2+
3+
; Unix-style newlines with a newline ending every file
4+
[*]
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
charset = utf-8
12+
13+
; Golang
14+
[{*.go,Makefile}]
15+
indent_style = tab
16+
17+
; JSON, YAML, and Go templates
18+
[*.{json,tmpl,yaml,yml}]
19+
indent_size = 2

0 commit comments

Comments
 (0)