blob: 2c9770c278a665d47e297efaefeea9db297c6224 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|