Skip to content

Commit 9e47a17

Browse files
committed
Auto merge of #2387 - JohnTitor:yaml-indent, r=Turbo87
Set YAML indent size to 2 Current config makes my editor confused.
2 parents 157bdb4 + 44bf24b commit 9e47a17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ indent_size = 2
3232

3333
[*.{diff,md}]
3434
trim_trailing_whitespace = false
35+
36+
[*.{yml,yaml}]
37+
indent_style = space
38+
indent_size = 2

0 commit comments

Comments
 (0)