Skip to content

Commit 1a1c489

Browse files
committed
Update .editorconfig
YAML-like files had no indent style set, thus resulting using the default, which is causing problems.
1 parent 26f5d26 commit 1a1c489

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ indent_size = 4
1111
[*.py]
1212

1313
[syntax_test_gdl]
14-
indent_style = space
14+
indent_style = space
15+
16+
[*.{sublime-syntax,yaml}]
17+
indent_style = space
18+
indent_size = 2

0 commit comments

Comments
 (0)