From 655c95158fa5ef2184c429ec7a34a4aa6d9972ab Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Mon, 3 Mar 2014 14:18:07 +0100 Subject: [PATCH] json: comment '* text=auto' in .gitattributes --- contrib/library/text/parser/json/.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/library/text/parser/json/.gitattributes b/contrib/library/text/parser/json/.gitattributes index 98d61a9f..15e47090 100644 --- a/contrib/library/text/parser/json/.gitattributes +++ b/contrib/library/text/parser/json/.gitattributes @@ -1,5 +1,5 @@ # Set default behaviour, in case users don't have core.autocrlf set. -* text=auto +# * text=auto # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout.