diff options
author | Pete Batard <pbatard@gmail.com> | 2010-07-31 01:03:39 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-07-31 01:03:39 +0100 |
commit | b5820d34ad6fd3fa719d861daa58e25789ccf232 (patch) | |
tree | 0c7605794839db2fa898361640e9bc6bedc0aefe /.gitattributes | |
parent | 972106d2c853c2ac3b3b5ed8a39bd24f717e3d06 (diff) | |
download | libusb-b5820d34ad6fd3fa719d861daa58e25789ccf232.tar.gz |
enforce proper line terminators for MSVC and .sh files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..192874e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.sh -crlf +*.dsw -crlf +*.dsp -crlf +*.sln -crlf +*.vcproj -crlf
\ No newline at end of file |