Skip to content

Commit e2068bb

Browse files
committed
fixed typo in .editorconfig
1 parent 4351987 commit e2068bb

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
@@ -4,8 +4,6 @@ root = true
44
charset = utf-8
55
trim_trailing_whitespace = true
66
insert_final_newline = true
7-
8-
[*.js]
97
indent_style = space
10-
indent_width = 2
8+
indent_size = 2
119
end_of_line = lf

0 commit comments

Comments
 (0)