Skip to content

Commit

Permalink
tools: remove src dir from JS editorconfig rule
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tniessen authored and MylesBorins committed Aug 17, 2018
1 parent ff4c30e commit 36ffc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ insert_final_newline = true
[vcbuild.bat]
end_of_line = crlf

[{lib,src,test}/**.js]
[{lib,test}/**.js]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 36ffc3b

Please sign in to comment.