From 73fb18b929c13e0483598ffc1bda07989cbbe0e1 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