Skip to content

Commit d89c9ee

Browse files
committed
Actually use tabs when possible
1 parent 740d795 commit d89c9ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.editorconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ root = true
44
end_of_line = lf
55
insert_final_newline = true
66
charset = utf-8
7-
indent_style = space
7+
indent_style = tab
88
indent_size = 4
99

10-
[*.{js,json,yml,yaml}]
10+
[*.{yml,yaml}]
11+
indent_style = space
1112
indent_size = 2

0 commit comments

Comments
 (0)