# 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
# Make GitHub syntax-highlight .html files as Django templates
*.html linguist-language=django
# Captured benchmark patches are byte-for-byte evidence and may contain
# whitespace inherited from the measured source tree.
html/artifacts/*.patch -whitespace
