Skip to content

Commit 4ed373e

Browse files
committed
Clean up editorconfig file
1 parent 5d74667 commit 4ed373e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.editorconfig

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

910
; Golang
1011
[*.go]
1112
indent_style = tab
1213
indent_size = 4
13-
trim_trailing_whitespace = true
14-
insert_final_newline = true
1514

16-
; Golang
15+
; C
1716
[*.c]
1817
indent_style = space
1918
indent_size = 4
20-
trim_trailing_whitespace = true
21-
insert_final_newline = true
2219

2320
; YAML
2421
[*.yaml]
2522
indent_style = space
2623
indent_size = 2
27-
trim_trailing_whitespace = true
28-
insert_final_newline = true

0 commit comments

Comments
 (0)