From bb6648b79e55f1dcf1ba62127966a602194e6ef9 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 28 Mar 2023 08:17:16 -0700 Subject: [PATCH] chore: force LF endings for .html files in .gitattributes (#37704) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 88189455c32c..4d830acdeefa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,5 @@ patches/**/.patches merge=union *.ts text eol=lf *.py text eol=lf *.ps1 text eol=lf +*.html text eol=lf *.md text eol=lf