Skip to content

Commit cf2a7e9

Browse files
tniessenMylesBorins
authored andcommitted
tools: apply editorconfig rules to tools also
PR-URL: #19521 Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent 36ffc3b commit cf2a7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
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)