aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-04-04 11:38:15 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2014-04-04 15:14:42 +0200
commit99d735ab4662f45c3b65ea1200fa0d3e2b671111 (patch)
tree49c38ce5e15a24a85c32fb02c7945735a67e84bd /.gitattributes
parent4f490e55adaf4c2b141f41c846e04a36eb0626ef (diff)
downloadjquery-99d735ab4662f45c3b65ea1200fa0d3e2b671111.tar.gz
jquery-99d735ab4662f45c3b65ea1200fa0d3e2b671111.zip
Build: change .gitattributes; use system line ends for non-JS files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index d6dc47053..b7ca95b5b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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