From 85d0deb239f71702a65d72ae054be71702892efb Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Jul 2020 18:46:32 +0900 Subject: [PATCH] Fix .gitattributes for CRLF issue --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8b86ad5d3..caf07ebea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # ignore all differences in line endings -package.json -crlf -*/package.json -crlf +package.json eol=crlf +*/package.json eol=crlf