Skip to content

Commit a1e3dd2

Browse files
committed
Add editorconfig setting for YAML
1 parent 759fd29 commit a1e3dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ trim_trailing_whitespace = true
1111

1212
[*.md]
1313
trim_trailing_whitespace = false
14+
15+
[*.{yml,yaml}]
16+
indent_size = 2

0 commit comments

Comments
 (0)