mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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]
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user