Skip to content

Commit ba83307

Browse files
committed
Specify indent size in EditorConfig
1 parent 9299f0b commit ba83307

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ root = true
22

33
[*]
44
charset = utf-8
5+
indent_style = space
6+
indent_size = 4
57
insert_final_newline = true
8+
9+
[*.{json,yaml,yml}]
10+
indent_size = 2

0 commit comments

Comments
 (0)