chore: force LF endings for .html files in .gitattributes (#37704)

This commit is contained in:
David Sanders
2023-03-28 08:17:16 -07:00
committed by GitHub
parent 2b9dae4b06
commit bb6648b79e

1
.gitattributes vendored
View File

@@ -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