From 27c739bbd4f6cd0ad5e7b34bc753738b02350372 Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Tue, 9 Jul 2013 09:31:23 -0300 Subject: [PATCH] vagrant: Prevent git from altering line endings altogether --- .gitattributes | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index e261e654fa..fa1385d99a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1 @@ -*.sh text eol=lf -*.txt text eol=lf -*.py text eol=lf -*.rb text eol=lf +* -text