From 7d4d9c277cbd9caa29409e9a2d6d33fdc47a5388 Mon Sep 17 00:00:00 2001 From: Ruben Guerrero Date: Wed, 20 May 2020 13:18:56 -0700 Subject: [PATCH] Change .gitattributes to text=auto for yaml files (#512) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 96b690f28..696e65811 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.yaml text eol=crlf \ No newline at end of file +*.yaml text=auto \ No newline at end of file