From 013054f3131ccd34d24045a34378a15fc18d0d49 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Sat, 6 Jul 2019 02:36:03 +0000 Subject: [PATCH] Bug 770286: Prevent git LF-to-CRLF autoconversion r=glandium Currently git for Windows converts LF to CRLF by default, so this change prevents that to match the mercurial behavior. Differential Revision: https://phabricator.services.mozilla.com/D32001 --HG-- extra : moz-landing-system : lando --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000000..6cbab810c90420 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Prevent line ending normalization to follow the mercurial behavior +* -text