From c527e38875d9464116bb98cc5691e5e1f0fe0526 Mon Sep 17 00:00:00 2001 From: James Henry Date: Thu, 13 Oct 2016 23:37:25 +0100 Subject: [PATCH] Fix: Added missing yml lf gitattribute --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 240a8c3..b9aad4d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.js eol=lf *.ts eol=lf +*.yml eol=lf