From bc011205b22a33d4120b51698d349e70b33a5d42 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Tue, 1 Apr 2025 08:39:05 -0500 Subject: [PATCH] fix: Force end of line LF for typescript files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4b1b331d7..ce71d6664 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ * text=auto eol=lf *.js text +*.ts text +*.mjs text *.html text *.less text *.json text