From 83e4e5766f25f5403ca054f721bd41728ed1765d Mon Sep 17 00:00:00 2001 From: Felix <141124084+MackJack023@users.noreply.github.com> Date: Mon, 25 May 2026 12:56:11 +0800 Subject: [PATCH] [codex] Enforce LF line endings for text checkouts (#2564) Co-authored-by: Steven Enamakel --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 91a95bdc2..c7ac3a648 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +* text=auto eol=lf + *.sh text eol=lf *.bash text eol=lf Dockerfile text eol=lf