Merge pull request #5936 from arfon/master

Update .gitattributes to fix GitHub file type detection for JavaScript.
This commit is contained in:
Jonas Jenwald 2015-04-14 16:48:44 +02:00
commit cba36bc37e

4
.gitattributes vendored
View File

@ -16,3 +16,7 @@
# PDF files shall not modify CRLF line endings
*.pdf -crlf
# Linguist language overrides
*.js linguist-language=JavaScript
*.jsm linguist-language=JavaScript