Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7 lines (7 sloc)
297 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Normalize line endings to avoid spurious failures in the core test suite on Windows. | |
*html text eol=lf | |
*css text eol=lf | |
*js text eol=lf | |
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf | |
tests/staticfiles_tests/project/documents/test/*txt text eol=lf | |
docs/releases/*.txt merge=union |