Skip to content

Commit 9a008e2

Browse files
committed
Prefer 2 spaces as indent size over 4 on yaml
1 parent ac795a6 commit 9a008e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ indent_size = 4
1414

1515
[*.md]
1616
trim_trailing_whitespace = false
17+
18+
[*.yml]
19+
indent_size = 2

0 commit comments

Comments
 (0)