From 5e07aabb3e0e57a57b19396dbfb061041a756e50 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sun, 31 Jul 2022 18:22:24 -0400 Subject: [PATCH] Specify Python in .gitattributes. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) 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