From 676fa7199b7ad2a7a94a555d48aaf44ce75a0035 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 6 Aug 2014 17:02:08 +0200 Subject: [PATCH] Adding auto conversion to lf in gitattributes To make end-of-lines consistent in the future. Quoting http://git-scm.com/docs/gitattributes: When text is set to "auto", the path is marked for automatic end-of-line normalization. If Git decides that the content is text, its line endings are normalized to LF on checkin. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto