From 7e6f8636cb2911cf8fc192232ba4a82b5e43dd8a Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Wed, 22 Apr 2026 19:40:16 +0900 Subject: [PATCH] tools: consolidate and simplify .editorconfig deps section --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index eebdfb046db52d..a42e2e3ff51519 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,12 +16,13 @@ end_of_line = crlf indent_size = 8 indent_style = tab -[{deps}/**] +[deps/**] charset = unset end_of_line = unset indent_size = unset indent_style = unset +insert_final_newline = unset trim_trailing_whitespace = unset -[{test/fixtures,deps,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**] +[{test/fixtures,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**] insert_final_newline = false