Update .gitattributes to fix GitHub file type detection for JavaScript.
This commit is contained in:
parent
e4e9a2adea
commit
15edae56e5
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -16,3 +16,7 @@
|
|||||||
|
|
||||||
# PDF files shall not modify CRLF line endings
|
# PDF files shall not modify CRLF line endings
|
||||||
*.pdf -crlf
|
*.pdf -crlf
|
||||||
|
|
||||||
|
# Linguist language overrides
|
||||||
|
*.js linguist-language=JavaScript
|
||||||
|
*.jsm linguist-language=JavaScript
|
||||||
|
Loading…
Reference in New Issue
Block a user