From 0f3094afabc16c315adeba33e7c4b8aa43e399f2 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 15 Aug 2020 17:29:50 -0400 Subject: [PATCH] chore(*): normalize line endings --- .gitattributes | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index a40e1767..ea92ae4a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,6 @@ -text eol=lf - -*.js text -*.jsx text -*.json text -*.css text -*.html text -*.md text +*.js text eol=lf +*.jsx text eol=lf +*.json text eol=lf +*.css text eol=lf +*.html text eol=lf +*.md text eol=lf