tools: apply editorconfig rules to tools also

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:22:10 +01:00
parent 2fc60b286c
commit 303354b4f7
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,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