Skip to content

Commit 8c25545

Browse files
committed
update .editorconfig
1 parent d2c05f7 commit 8c25545

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.editorconfig

+6-5
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ root = true
1111
charset = utf-8
1212
end_of_line = lf
1313
trim_trailing_whitespace = true
14-
insert_final_newline = true
14+
insert_final_newline = false
1515

1616
[*]
1717
indent_style = tab
18-
indent_size = 4
19-
tab_width = 4
2018

21-
[*.{go,ts,js,c,cc,cpp,h,py,proto}]
19+
[*.{go,proto}]
2220
charset = utf-8
2321
indent_style = tab
24-
tab_width = 4
2522

2623
# Matches the exact files either package.json or .travis.yml
2724
[{package.json,.travis.yml}]
2825
indent_style = space
2926
indent_size = 2
27+
28+
[*.yaml]
29+
indent_style = space
30+
indent_size = 2

0 commit comments

Comments
 (0)