1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

Configured GitHub to highlight HTML files as Django templates.

This commit is contained in:
Adam Johnson 2025-03-18 14:30:52 +00:00 committed by GitHub
parent afbb8c709d
commit 0dcc4a1dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitattributes vendored
View File

@ -5,3 +5,5 @@
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