update .editorconfig
This commit is contained in:
parent
27cb5fbee0
commit
b5414c5f81
|
@ -4,7 +4,7 @@ root = true
|
||||||
[{*.js,*.jsx}]
|
[{*.js,*.jsx}]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in New Issue