Skip to content

Commit 825931d

Browse files
committed
Fixes yaml spacing, refs #132
1 parent 737fd23 commit 825931d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ indent_size = 4
1515

1616
[*.pyi]
1717
indent_size = 4
18+
19+
[*.yaml]
20+
indent_size = 4
21+
22+
[*.yml]
23+
indent_size = 4

0 commit comments

Comments
 (0)