From 854d5fff8644c73e5185e5a8744685917fbaee07 Mon Sep 17 00:00:00 2001 From: Brad Laney Date: Thu, 7 May 2020 00:39:20 -0500 Subject: [PATCH] a little irony. gitattributes used CRLF --- .gitattributes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index c4391d7..b7d649c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ -*.yaml text eol=lf -*.py text eol=lf -*.md text eol=lf -*.sql text eol=lf -*.bat text eol=lf -*.sh text eol=lf -*.json text eol=lf -*.txt text eol=lf +*.yaml text eol=lf +*.py text eol=lf +*.md text eol=lf +*.sql text eol=lf +*.bat text eol=lf +*.sh text eol=lf +*.json text eol=lf +*.txt text eol=lf *.csv text eol=lf \ No newline at end of file