Add *.html to files that need to be forced to be LF

This commit is contained in:
Daniel Gray
2020-11-05 19:24:06 +01:00
committed by Remko Popma
parent 9992729524
commit f3eea16e31

2
.gitattributes vendored
View File

@@ -10,7 +10,6 @@
*.css text
*.gradle text
*.groovy text
*.html text
*.java text
*.js text
*.md text
@@ -22,6 +21,7 @@
gradlew text eol=lf
*.sh text eol=lf
*.bash text eol=lf
*.html text eol=lf
run text eol=lf
runCompletion text eol=lf
bashrc text eol=lf