Skip to content

Commit 5014c24

Browse files
authored
chore: add yaml section to .editorconfig (#80)
1 parent e576805 commit 5014c24

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ charset = utf-8
1111
trim_trailing_whitespace = true
1212
insert_final_newline = true
1313

14+
[*.{yml,yaml}]
15+
indent_style = space
16+
indent_size = 2
17+
end_of_line = lf
18+
charset = utf-8
19+
trim_trailing_whitespace = true
20+
insert_final_newline = true
21+
1422
[makefile]
1523
end_of_line = lf
1624
charset = utf-8

0 commit comments

Comments
 (0)