From f5b679d0f65b517b42f5e1f4e5a0cf6b1eb5d37e Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Wed, 6 May 2026 18:14:03 -0400 Subject: [PATCH] chore(repo): pin .go files to LF line endings via .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d207b18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.go text eol=lf