urltomarkdown/node_modules/qs/.editorconfig

44 lines
569 B
INI
Raw Normal View History

2022-01-08 17:05:05 +00:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2022-01-08 17:17:05 +00:00
max_line_length = 160
2022-12-21 22:28:59 +00:00
quote_type = single
2022-01-08 17:05:05 +00:00
[test/*]
max_line_length = off
2022-01-08 17:17:05 +00:00
[LICENSE.md]
indent_size = off
2022-01-08 17:05:05 +00:00
[*.md]
max_line_length = off
[*.json]
max_line_length = off
[Makefile]
max_line_length = off
[CHANGELOG.md]
indent_style = space
indent_size = 2
[LICENSE]
indent_size = 2
max_line_length = off
2022-01-08 17:17:05 +00:00
[coverage/**/*]
indent_size = off
indent_style = off
indent = off
max_line_length = off
2022-12-21 22:28:59 +00:00
[.nycrc]
indent_style = tab