◐ Shell
clean mode source ↗

tools: consolidate and simplify .editorconfig deps section · nodejs/node@6e097ee

Original file line numberDiff line numberDiff line change

@@ -16,12 +16,13 @@ end_of_line = crlf

1616

indent_size = 8

1717

indent_style = tab

1818
19-

[{deps}/**]

19+

[deps/**]

2020

charset = unset

2121

end_of_line = unset

2222

indent_size = unset

2323

indent_style = unset

24+

insert_final_newline = unset

2425

trim_trailing_whitespace = unset

2526
26-

[{test/fixtures,deps,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**]

27+

[{test/fixtures,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**]

2728

insert_final_newline = false