summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 1a5fcdfd81e2f32e35e39d89876934453e4f6e69 (plain)
1
2
3
4
5
6
7
8
# 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
# Make GitHub syntax-highlight .html files as Django templates
*.html linguist-language=django