MyCrypto/.editorconfig

11 lines
184 B
INI
Raw Permalink Normal View History

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