From 523f74860460854fe41377dd4e8b9ec973107aa2 Mon Sep 17 00:00:00 2001 From: Pavol Zibrita Date: Thu, 31 May 2012 12:29:17 +0200 Subject: [PATCH] do crlf conversion when core.autocrlf is on only on xml files --- .gitattributes | 3 ++- OsmAnd/res/.gitattributes | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 OsmAnd/res/.gitattributes diff --git a/.gitattributes b/.gitattributes index 176a458f94..51f04110f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto +* text=auto -crlf +*xml crlf diff --git a/OsmAnd/res/.gitattributes b/OsmAnd/res/.gitattributes deleted file mode 100644 index c2e3c32aeb..0000000000 --- a/OsmAnd/res/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -values*/*.xml crlf=input