From 0c9b8117eff4a38af9d0c5c8cedae9c8a5bcbbe7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 8 Jun 2014 11:53:10 +0300 Subject: [PATCH] gitconfig: Always use Unix line endings. --- .gitconfig.MKAYSIGREP | 1 + gitconfig | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitconfig.MKAYSIGREP b/.gitconfig.MKAYSIGREP index 63093180..e9a6e58b 100644 --- a/.gitconfig.MKAYSIGREP +++ b/.gitconfig.MKAYSIGREP @@ -5,6 +5,7 @@ last = cat-file commit HEAD [core] editor = vim + autocrlf = input [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html branch = true diff --git a/gitconfig b/gitconfig index 82e614fd..a43dcc5a 100644 --- a/gitconfig +++ b/gitconfig @@ -4,7 +4,9 @@ # From http://progit.org/book/ch2-7.html last = cat-file commit HEAD [core] - #editor = vim + #editor = vim + autocrlf = input + [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html branch = true