From 9080fb3e54754d245bdde25acdd309964ff70366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 6 Sep 2016 12:32:25 +0200 Subject: [PATCH] autocrlf as default in .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 70ceaf342..3c0e9dfc0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + # Text files *.txt text *.xml text