From f3eea16e310ea57076ba233d3616f6f7908a2949 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 5 Nov 2020 19:24:06 +0100 Subject: [PATCH] Add *.html to files that need to be forced to be LF --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ada757f6..512b46f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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