Skip to content

Commit cf21d68

Browse files
committedFeb 12, 2017
adjust editor config to cover yml and json
1 parent 4f56331 commit cf21d68

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎.editorconfig

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ root = true
44

55
[*]
66
indent_style = space
7-
indent_size = 4
87
end_of_line = lf
98
charset = utf-8
109
trim_trailing_whitespace = true
11-
insert_final_newline = true
10+
insert_final_newline = true
11+
12+
[*.js]
13+
indent_size = 4
14+
15+
[*.yml,*json]
16+
indent_size = 2

0 commit comments

Comments
 (0)
Please sign in to comment.