Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 8cc7c89

Browse files
committed
Update .editorconfig
1 parent 259c3fb commit 8cc7c89

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.editorconfig

+12-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,27 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6-
indent_size = 4
7-
indent_style = space
86
insert_final_newline = true
7+
8+
[*.bats]
9+
indent_style = space
10+
indent_size = 4
911
trim_trailing_whitespace = true
1012

1113
[*.go]
1214
indent_style = tab
15+
trim_trailing_whitespace = true
1316

1417
[*.md]
1518
trim_trailing_whitespace = false
1619

17-
[*.yml]
20+
[*.sh]
21+
indent_style = space
22+
indent_size = 4
23+
trim_trailing_whitespace = true
24+
25+
[*.{yaml,yml}]
1826
indent_size = 2
1927

20-
[Makefile]
28+
[{Bakefile,Makefile}]
2129
indent_style = tab

0 commit comments

Comments
 (0)