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