Skip to content

Commit 058ca8c

Browse files
committed
Update editor config for .yml files
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 51fc07b commit 058ca8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ trim_trailing_whitespace = true
1414
indent_size = 2
1515
indent_style = space
1616

17+
[*.yml]
18+
indent_size = 2
19+
indent_style = space
20+
1721
[*.md]
1822
trim_trailing_whitespace = false
1923

0 commit comments

Comments
 (0)