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