diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-02-20 13:59:37 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-03-05 10:15:37 +0100 |
commit | d7860b9c9822c40c68472e55baef72511c09d5de (patch) | |
tree | 0bcef1a08adc83cb95f4535f084de893547c32d8 | |
parent | 3651d44a307bb2b44d9e7063331ceb3ad4d3ce5f (diff) | |
download | jquery-ui-d7860b9c9822c40c68472e55baef72511c09d5de.tar.gz jquery-ui-d7860b9c9822c40c68472e55baef72511c09d5de.zip |
Build: Force LF for JS source files
-rw-r--r-- | .gitattributes | 6 |
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 |