Fix editor config (#1458)
This commit is contained in:
parent
8b051c13a2
commit
4cf1f5f374
|
@ -1,7 +1,7 @@
|
||||||
# http://editorconfig.org
|
# http://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[{*.js,*.jsx}]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in New Issue