Specify Python in .gitattributes.

This commit is contained in:
Steven Black 2022-07-31 18:22:24 -04:00
parent df03fb6b26
commit 5e07aabb3e
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

2
.gitattributes vendored
View File

@ -2,4 +2,6 @@
* text=auto eol=lf
# Enforce Windows newlines for .bat files
*.bat text eol=crlf
*.py linguist-detectable=true
*.nb linguist-detectable=false