From 20cd9470a431e90c526eca6975ef389073c9aca5 Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Tue, 11 Jun 2024 09:52:36 -0400 Subject: [PATCH] chore: update .gitattributes to enforce LF line endings. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3b5615a..78c8530 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.pkl filter=lfs diff=lfs merge=lfs -text +* text=auto *.ipynb linguist-detectable=false