aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-02-20 13:59:37 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-03-05 10:15:37 +0100
commitd7860b9c9822c40c68472e55baef72511c09d5de (patch)
tree0bcef1a08adc83cb95f4535f084de893547c32d8
parent3651d44a307bb2b44d9e7063331ceb3ad4d3ce5f (diff)
downloadjquery-ui-d7860b9c9822c40c68472e55baef72511c09d5de.tar.gz
jquery-ui-d7860b9c9822c40c68472e55baef72511c09d5de.zip
Build: Force LF for JS source files
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 5296e2723..b7ca95b5b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,5 @@
-* text=auto
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# JS files must always use LF for tools to work
+*.js eol=lf