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 <leko.noor@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
This commit is contained in:
Tobias Nießen 2018-03-21 19:11:52 +01:00
parent 141be923f3
commit 2fc60b286c
No known key found for this signature in database
GPG Key ID: 718207F8FD156B70

View File

@ -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