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:
parent
2fc60b286c
commit
303354b4f7
@ -9,7 +9,7 @@ insert_final_newline = true
|
|||||||
[vcbuild.bat]
|
[vcbuild.bat]
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
|
|
||||||
[{lib,test}/**.js]
|
[{lib,test,tools}/**.js]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ indent_size = 2
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
||||||
[{deps,tools}/**]
|
[{deps}/**]
|
||||||
indent_style = ignore
|
indent_style = ignore
|
||||||
indent_size = ignore
|
indent_size = ignore
|
||||||
end_of_line = ignore
|
end_of_line = ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user