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 <leko.noor@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
  • Loading branch information
tniessen authored and targos committed Apr 2, 2018

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
1 parent 859b719 commit 239a036
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
@@ -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

0 comments on commit 239a036

Please sign in to comment.