Skip to content

Commit 6ef1179

Browse files
committed
fix: standardize yaml formatting
1 parent b5eb812 commit 6ef1179

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.editorconfig

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
root = true
33

44
[*]
5-
charset = utf-8
6-
end_of_line = lf
7-
indent_style = tab
8-
indent_size = 4
9-
insert_final_newline = true
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_style = tab
8+
indent_size = 4
9+
insert_final_newline = true
1010
trim_trailing_whitespace = true
1111

1212
[*.md]
1313
trim_trailing_whitespace = false
14+
15+
[*.{yml,yaml}]
16+
indent_style = space
17+
indent_size = 2 # or 4-spaces if you prefer

0 commit comments

Comments
 (0)