From 70667beb53883aaeb466430dbba8f164e05304b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 12 May 2026 10:14:32 +0000 Subject: [PATCH] Add .gitattributes to enforce LF line endings on all platforms Agent-Logs-Url: https://github.com/coursier/cache-action/sessions/71878b1f-b91d-475b-989b-99776512f028 Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> --- .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