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