wallet-core/node_modules/tsutils/.editorconfig

13 lines
182 B
INI
Raw Normal View History

2017-05-28 00:38:50 +02:00
root = true
[*]
end_of_line = lf
2017-08-14 05:01:11 +02:00
insert_final_newline = true
2017-05-28 00:38:50 +02:00
charset = utf-8
2017-08-14 05:01:11 +02:00
indent_size = 4
indent_style = space
2017-05-28 00:38:50 +02:00
trim_trailing_whitespace = true
2017-08-14 05:01:11 +02:00
[*.{json,yml,md}]
2017-05-28 00:38:50 +02:00
indent_size = 2