]> source.dussan.org Git - jquery.git/commitdiff
Build: change .gitattributes; use system line ends for non-JS files
authorMichał Gołębiowski <m.goleb@gmail.com>
Fri, 4 Apr 2014 09:38:15 +0000 (11:38 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 4 Apr 2014 13:16:45 +0000 (15:16 +0200)
(cherry-picked from 99d735ab4662f45c3b65ea1200fa0d3e2b671111)

.gitattributes

index d6dc47053cb213c362d36a69dcc2d66e80a5d1cf..b7ca95b5b77a91a2e1b6eaf80c2a4a52a99ec378 100644 (file)
@@ -1,2 +1,5 @@
-*     eol=lf
-*.jar binary
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# JS files must always use LF for tools to work
+*.js eol=lf