diff --git a/.gitattributes b/.gitattributes index 9dcf16f..606850d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,9 @@ *.sh text eol=lf +#test files, use lf so that size is same on windows as well +data/files/*.dat text eol=lf + *.bat text eol=crlf *.csproj text merge=union eol=crlf *.sln text merge=union eol=crlf