From 0f6def1611d73e04877e9d78febf7629c01ed7b4 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 4 Jul 2013 17:44:46 +0200 Subject: .gitattributes: Disable normalizing line endings globally Instead of removing `~/.gitattributes` completely, I decided to just comment out the `* text=auto` line. This makes it easier to temporarily re-enable the setting should I ever want to. Closes #149. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0a91f75..6bdc702 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Automatically normalize line endings for all text-based files -* text=auto +#* text=auto +# Disabled because of https://github.com/mathiasbynens/dotfiles/issues/149 :( -- cgit v1.2.3