From fda815abc1dad580d740e3732067d6afc61a90fc Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 4 Dec 2025 11:57:47 -0800 Subject: [PATCH] Ensure proper line-endings for bin/ scripts (#6287) * Ensure proper line-endings for bin/ scripts * Add release notes --- .gitattributes | 2 ++ upcoming-release-notes/6287.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 upcoming-release-notes/6287.md diff --git a/.gitattributes b/.gitattributes index a592bc40b1..950d97cd1e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,8 @@ *.sh text eol=lf *.tsx text eol=lf +**/bin/* text eol=lf + yarn.lock text eol=lf # Denote all files that are truly binary and should not be modified. diff --git a/upcoming-release-notes/6287.md b/upcoming-release-notes/6287.md new file mode 100644 index 0000000000..65cc57fdd4 --- /dev/null +++ b/upcoming-release-notes/6287.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [jgranick] +--- + +[WIP] Ensure proper line-endings for bin/ scripts