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