gitconfig: Always use Unix line endings.

This commit is contained in:
Mikaela Suomalainen 2014-06-08 11:53:10 +03:00
parent d9527e7215
commit 0c9b8117ef
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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