Skip to content

Commit e712634

Browse files
authored
Add yaml extension to .editorconfig (#14809)
1 parent de26134 commit e712634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
root = true
22

3-
[*.{py,pyi,c,cpp,h,rst,md,yml,json,test}]
3+
[*.{py,pyi,c,cpp,h,rst,md,yml,yaml,json,test}]
44
trim_trailing_whitespace = true
55
insert_final_newline = true
66
indent_style = space
77

88
[*.{py,pyi,c,h,json,test}]
99
indent_size = 4
1010

11-
[*.yml]
11+
[*.{yml,yaml}]
1212
indent_size = 2

0 commit comments

Comments
 (0)