From 54039ca14362dcb339168316252df9d1cf3b5029 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 31 May 2013 02:45:23 +0300 Subject: [PATCH] Updated line endings for windows files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index afed7c8e20..baf3e8af2c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,6 +27,10 @@ *.gitattributes text eol=lf *.gitignore text eol=lf +# Declare files that will always have CRLF line endings on checkout. +*.dsp text eol=crlf +*.dsw text eol=crlf + # Binary files which doesn't need any normalization *.bin binary *.bz2 binary