From b2408ad804a7854021762b08ab000af81f2d733b Mon Sep 17 00:00:00 2001 From: Caleb <2682726+calebd-anderson@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:28:55 -0600 Subject: [PATCH] enforce LF line endings on *.tsx files (#45997) add eol=lf for *.tsx files declaration in .gitattributes Closes #45996 Signed-off-by: Caleb Anderson <2682726+calebd-anderson@users.noreply.github.com> --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f11a00082fa..7762c3dc0bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ *.html text eol=lf *.java text eol=lf *.js text eol=lf +*.tsx text eol=lf *.json text eol=lf *.jsp text eol=lf *.md text eol=lf