From 8db5b0150785be7ad968aebf4ed42f566f40d749 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 13 Sep 2019 04:18:31 -0700 Subject: [PATCH] hbl_html: enforce line ending = lf (fixes broken whitelist) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..96476bd0a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +common/defaults/hbl_html/accessible-urls/accessible-urls.txt text eol=lf