2017-05-23 23:06:01 +00:00
|
|
|
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[{*.js,*.jsx}]
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
2017-07-04 11:16:08 +00:00
|
|
|
indent_size = 2
|
2017-05-23 23:06:01 +00:00
|
|
|
indent_style = space
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|