diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-04-04 11:38:15 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-04-04 15:14:42 +0200 |
commit | 99d735ab4662f45c3b65ea1200fa0d3e2b671111 (patch) | |
tree | 49c38ce5e15a24a85c32fb02c7945735a67e84bd /.gitattributes | |
parent | 4f490e55adaf4c2b141f41c846e04a36eb0626ef (diff) | |
download | jquery-99d735ab4662f45c3b65ea1200fa0d3e2b671111.tar.gz jquery-99d735ab4662f45c3b65ea1200fa0d3e2b671111.zip |
Build: change .gitattributes; use system line ends for non-JS files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
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 |