From e7e7a22390f403b399df9c46d960f28d7bbc5a42 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 22 May 2025 20:39:56 -0500 Subject: [PATCH] [nostalgia/sample_project] Make sample_project exempt from autocrlf --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..508cd80e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +sample_project text eol=lf