From 7ca946e2b0c3cf76e15c7e95536bbf5783558177 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:03:53 +0000 Subject: [PATCH 1/2] Initial plan From 8174bc552892b908b8a58f88fbeb46152a92b745 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:05:04 +0000 Subject: [PATCH 2/2] Add .gitattributes to enforce LF line endings for text files Agent-Logs-Url: https://github.com/microsoft/PromptKit/sessions/e6c6bc9e-c971-4e52-a595-31ef24812f10 Co-authored-by: abeltrano <2082148+abeltrano@users.noreply.github.com> --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..83ab0b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Normalize all text files to LF +* text=auto eol=lf + +# Explicitly mark file types +*.md text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +*.json text eol=lf +*.py text eol=lf