Skip to content

Commit 79300cf

Browse files
committed
fix: .editorconfig
1 parent f4d53df commit 79300cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.editorconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
# top-most EditorConfig file
44
root = true
55

6+
67
[*]
78
indent_style = space
89
indent_size = 4
910
charset = utf-8
1011
trim_trailing_whitespace = true
1112
insert_final_newline = true
1213

13-
[.gd]
14+
[{*.yml,*.yaml}]
15+
indent_size = 2
16+
17+
18+
[*.gd]
1419
indent_style = tab
1520
indent_size = 4
21+

0 commit comments

Comments
 (0)