1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/resolve/.editorconfig

38 lines
605 B
INI
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
root = true
[*]
2023-12-28 23:41:32 +08:00
indent_style = space
indent_size = 2
2023-12-18 13:12:25 +08:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2023-12-28 23:41:32 +08:00
max_line_length = 200
[*.js]
block_comment_start = /*
block_comment = *
block_comment_end = */
[*.yml]
indent_size = 1
[package.json]
indent_style = tab
[lib/core.json]
indent_style = tab
2023-12-18 13:12:25 +08:00
[CHANGELOG.md]
indent_style = space
indent_size = 2
2023-12-28 23:41:32 +08:00
[{*.json,Makefile}]
2023-12-18 13:12:25 +08:00
max_line_length = off
2023-12-28 23:41:32 +08:00
[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
indent_style = off
indent_size = off
2023-12-18 13:12:25 +08:00
max_line_length = off
2023-12-28 23:41:32 +08:00
insert_final_newline = off