From: Steven Black Date: Sun, 31 Jul 2022 22:22:24 +0000 (-0400) Subject: Specify Python in .gitattributes. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5e07aabb3e0e57a57b19396dbfb061041a756e50;p=stevenblack-hosts.git Specify Python in .gitattributes. --- diff --git a/.gitattributes b/.gitattributes index 8f1234fea..6cc32a6ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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