From cf2a7e9ce6fbd2d3742c5ac7fe2f20d98bffea41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 21 Mar 2018 19:22:10 +0100 Subject: [PATCH] tools: apply editorconfig rules to tools also PR-URL: https://github.com/nodejs/node/pull/19521 Reviewed-By: Shingo Inoue Reviewed-By: Gibson Fahnestock --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 83dd993de06a39..04f08d4593ac04 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [vcbuild.bat] end_of_line = crlf -[{lib,test}/**.js] +[{lib,test,tools}/**.js] indent_style = space indent_size = 2 @@ -29,7 +29,7 @@ indent_size = 2 indent_style = tab indent_size = 8 -[{deps,tools}/**] +[{deps}/**] indent_style = ignore indent_size = ignore end_of_line = ignore