From 36ffc3b69b2ce9b75599188f14721d6c78152aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 21 Mar 2018 19:11:52 +0100 Subject: [PATCH] tools: remove src dir from JS editorconfig rule The src directory does not contain any JavaScript files, so there is no need to match it. PR-URL: https://github.com/nodejs/node/pull/19521 Reviewed-By: Shingo Inoue Reviewed-By: Gibson Fahnestock --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1c1b4418547481..83dd993de06a39 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [vcbuild.bat] end_of_line = crlf -[{lib,src,test}/**.js] +[{lib,test}/**.js] indent_style = space indent_size = 2