Skip to content

Commit b80d169

Browse files
tniessentargos
authored andcommitted
tools: apply editorconfig rules to tools also
PR-URL: #19521 Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 239a036 commit b80d169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ insert_final_newline = true
99
[vcbuild.bat]
1010
end_of_line = crlf
1111

12-
[{lib,test}/**.js]
12+
[{lib,test,tools}/**.js]
1313
indent_style = space
1414
indent_size = 2
1515

@@ -29,7 +29,7 @@ indent_size = 2
2929
indent_style = tab
3030
indent_size = 8
3131

32-
[{deps,tools}/**]
32+
[{deps}/**]
3333
indent_style = ignore
3434
indent_size = ignore
3535
end_of_line = ignore

0 commit comments

Comments
 (0)