MyCrypto/.editorconfig

11 lines
173 B
INI
Raw Normal View History

2017-05-24 03:06:01 +04:00
# http://editorconfig.org
root = true
2018-04-05 22:08:46 -04:00
[*]
2017-05-24 03:06:01 +04:00
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