From 15edae56e5c0e17038158d5a12d64a09e7cd21da Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Tue, 14 Apr 2015 09:28:55 -0500 Subject: [PATCH] Update .gitattributes to fix GitHub file type detection for JavaScript. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 42b65678a..8d2f74642 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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