WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/resolve/.editorconfig
@@ -9,15 +9,16 @@
insert_final_newline = true
max_line_length = 200
[*.js]
[*.{,m}js]
block_comment_start = /*
block_comment = *
block_comment_end = */
[*.yml]
indent_style = space
indent_size = 1
[package.json]
[{package.json,*.mjs}]
indent_style = tab
[lib/core.json]
@@ -27,7 +28,7 @@
indent_style = space
indent_size = 2
[{*.json,Makefile}]
[{*.json,Makefile,CONTRIBUTING.md}]
max_line_length = off
[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]