wallet-core/node_modules/resolve/.editorconfig

21 lines
286 B
INI
Raw Normal View History

2017-05-28 00:38:50 +02:00
root = true
[*]
2017-08-14 05:01:11 +02:00
indent_style = tab
2017-05-28 00:38:50 +02:00
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2017-08-14 05:01:11 +02:00
max_line_length = 120
2017-05-28 00:38:50 +02:00
2017-08-14 05:01:11 +02:00
[CHANGELOG.md]
indent_style = space
2017-05-28 00:38:50 +02:00
indent_size = 2
2017-08-14 05:01:11 +02:00
[*.json]
max_line_length = off
[Makefile]
max_line_length = off