From c836d1cf43d7abc4bf07988f4f2b2958758baebc Mon Sep 17 00:00:00 2001 From: Chris <chris@codingallnight.com> Date: Tue, 22 Aug 2017 16:58:54 -0700 Subject: [PATCH] Update gitconfig --- gitconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gitconfig b/gitconfig index 02122ad..399bd6a 100644 --- a/gitconfig +++ b/gitconfig @@ -1,16 +1,16 @@ +[core] + #autocrlf = true # Windows + autocrlf = input # Linux + editor = vim [user] name = "Chris Coley" email = chris@codingallnight.com +[credential] + helper = cache --timeout=43200 [push] default = simple [merge] log = 50 -[credential] - helper = cache --timeout=43200 -[core] - #autocrlf = true # Windows - autocrlf = input # Linux - editor = vim [diff] compactionHeuristic = true algorithm = patience -- GitLab