Skip to content

Commit 239a036

Browse files
tniessentargos
authored andcommitted
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: #19521 Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 859b719 commit 239a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
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,src,test}/**.js]
12+
[{lib,test}/**.js]
1313
indent_style = space
1414
indent_size = 2
1515

0 commit comments

Comments
 (0)