diff --git a/gitconfig b/gitconfig index 02122ad6db73a7d4660691005e990661a535e9ec..399bd6a96eb0ec76552c275dfa6339256c4935a2 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