From cc463c613192182c860320a28b420a16a76ff40c Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 18 Aug 2026 09:57:22 -0500 Subject: [PATCH] chore: add .gitattributes for consistent line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf