From d2673281f930abe6403fd150cbb5c8b2966d3756 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 24 Jul 2020 22:41:33 +0900 Subject: [PATCH] Fix .gitattributes for line endings again --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index caf07ebea..0a392e14f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # ignore all differences in line endings -package.json eol=crlf -*/package.json eol=crlf +package.json eol=crlf -crlf +*/package.json eol=crlf -crlf