update .editorconfig

This commit is contained in:
crptm 2017-07-04 15:16:08 +04:00
parent 27cb5fbee0
commit b5414c5f81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ root = true
[{*.js,*.jsx}]
end_of_line = lf
charset = utf-8
indent_size = 4
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true