From 5b51e49beb646a378f5cbaf012ff63c982345e66 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Fri, 23 May 2014 17:46:18 -0700 Subject: Add a .gitattributes with "* text=auto" so that new lines are automatically converted to the native platform's format on checkout but are committed as "LF". BUG=375516 Original patch from Julien Tinnes --- .gitattributes | 1 + AUTHORS | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..176a458f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/AUTHORS b/AUTHORS index d5c3fc7aaf..45e878a849 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ # See python fnmatch module documentation for more information. John Abd-El-Malek +Julien Tinnes Matt Giuca Nico Weber Raymes Khoury -- cgit v1.2.3