diff --git a/.gitattributes b/.gitattributes index 49cb19117c..cd42cc51ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Normalize line endings to avoid spurious failures in the core test suite on Windows. -*html text eol=lf \ No newline at end of file +*html text eol=lf +*css text eol=lf +tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf +tests/staticfiles_tests/project/documents/test/*txt text eol=lf