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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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