Skip to content

Commit bf4cea4

Browse files
committedMar 2, 2016
Changed to use 2 instead of 4 spaces
1 parent 79182da commit bf4cea4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.editorconfig

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ root = true
22

33
[*]
44
indent_style = space
5-
indent_size = 4
5+
indent_size = 2
66
end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[{*.html,*.xsd,*.yml}]
12-
indent_size = 2

0 commit comments

Comments
 (0)