From 2b813d1e09c88f713fdbf0e97e1ead3791b6aa99 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 31 Aug 2016 08:16:08 +0200 Subject: [PATCH] add core.eof and cleanup --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 5340a51..4a60dcc 100644 --- a/gitconfig +++ b/gitconfig @@ -7,9 +7,9 @@ interactive = auto status = auto [core] - autocrlf = input editor=vim -f +1 -c start! autocrlf=input + eol=lf [alias] st = status co = checkout