Skip to content

Commit 23285ea

Browse files
authored
fix: use space indenting for yaml files (#16295)
1 parent 7e346d6 commit 23285ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = false
1111

12-
[*.yml]
12+
[*.{yml,yaml}]
1313
indent_style = space

0 commit comments

Comments
 (0)