diff options
author | jeresig <jeresig@gmail.com> | 2009-11-27 11:23:19 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-11-27 11:23:19 -0500 |
commit | 1879e8cbeef6984495ee84f482900defda0dc3f4 (patch) | |
tree | a2c723d5e3022a991724ce7c58e4a75091896925 /.gitattributes | |
parent | a7678267d848fcef8775c8b9f4fa3e507b8cc5f4 (diff) | |
download | jquery-1879e8cbeef6984495ee84f482900defda0dc3f4.tar.gz jquery-1879e8cbeef6984495ee84f482900defda0dc3f4.zip |
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..bcb36db1a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* crlf=input |