We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd08ff commit 6e097eeCopy full SHA for 6e097ee
1 file changed
.editorconfig
@@ -16,12 +16,13 @@ end_of_line = crlf
16
indent_size = 8
17
indent_style = tab
18
19
-[{deps}/**]
+[deps/**]
20
charset = unset
21
end_of_line = unset
22
indent_size = unset
23
indent_style = unset
24
+insert_final_newline = unset
25
trim_trailing_whitespace = unset
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}/**]
28
insert_final_newline = false
0 commit comments