summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-07-31 01:03:39 +0100
committerPete Batard <pbatard@gmail.com>2010-07-31 01:03:39 +0100
commitb5820d34ad6fd3fa719d861daa58e25789ccf232 (patch)
tree0c7605794839db2fa898361640e9bc6bedc0aefe /.gitattributes
parent972106d2c853c2ac3b3b5ed8a39bd24f717e3d06 (diff)
downloadlibusb-b5820d34ad6fd3fa719d861daa58e25789ccf232.tar.gz
enforce proper line terminators for MSVC and .sh files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
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