35 lines
579 B
INI
Raw Normal View History

2023-12-03 18:52:09 +03:00
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 200
[*.js]
block_comment_start = /*
block_comment = *
block_comment_end = */
[*.yml]
indent_size = 1
[package.json]
indent_style = tab
[CHANGELOG.md]
indent_style = space
indent_size = 2
[{*.json,Makefile}]
2023-12-21 23:41:43 +03:00
max_line_length = unset
2023-12-03 18:52:09 +03:00
[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
2023-12-21 23:41:43 +03:00
indent_style = unset
indent_size = unset
max_line_length = unset
insert_final_newline = unset