From 96dd9e2ba6f7d8f19769f31319222871ef04ab66 Mon Sep 17 00:00:00 2001 From: chick Date: Mon, 7 Sep 2026 01:10:19 +0800 Subject: [PATCH] chore: pin LF line endings via .gitattributes Windows checkouts previously materialized CRLF, breaking every pinned sha256 snapshot check in operation-registry and test-fixtures. --- .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