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: nodejs#19521
Reviewed-By: Shingo Inoue <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
  • Loading branch information
tniessen committed Apr 1, 2018
1 parent 141be92 commit 2fc60b2
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 2fc60b2

Please sign in to comment.