MyCrypto/.editorconfig

11 lines
173 B
INI
Raw Normal View History

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