Skip to content

Commit 9fa7b7b

Browse files
committed
Help Github with code formatting
1 parent 9e55fc9 commit 9fa7b7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.editorconfig

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ root = true
44
[*]
55
end_of_line = lf
66
insert_final_newline = true
7+
trim_trailing_whitespace = true
78
charset = utf-8
89

10+
; Go
11+
[*.go]
12+
indent_style = tab
13+
indent_size = 4
14+
915
; YAML
1016
[*.yaml]
1117
indent_style = space
1218
indent_size = 2
13-
trim_trailing_whitespace = true
14-
insert_final_newline = true

0 commit comments

Comments
 (0)