From 4a5b614cdeff0ee2b34e5f99877503d9406cfc8b Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 4 Oct 2016 10:36:55 +0100 Subject: [PATCH] Get fukt Windoze users! No more ^M for me >:D --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 800857a..1880886 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,3 +17,5 @@ pushUpdateRejected = false [pull] rebase = true +[core] + autocrlf = input