.gitattributes 392 B

123456789
  1. # Normalize line endings to avoid spurious failures in the core test suite on Windows.
  2. *html text eol=lf
  3. *css text eol=lf
  4. *js text eol=lf
  5. tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
  6. tests/staticfiles_tests/project/documents/test/*txt text eol=lf
  7. docs/releases/*.txt merge=union
  8. # Make GitHub syntax-highlight .html files as Django templates
  9. *.html linguist-language=django