From 648f9960a3736d2d320f868b4251ac1d589653eb Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 26 May 2020 13:22:12 +0900 Subject: [PATCH] Ignore line endings for package.json files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8b86ad5d3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# ignore all differences in line endings +package.json -crlf +*/package.json -crlf