From f2de9e78c8917994054e963c65873499691fe2dc Mon Sep 17 00:00:00 2001 From: kn1cht Date: Mon, 14 May 2018 12:41:17 +0900 Subject: [PATCH] [gitconfig]disable auto crlf --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 0b532ac..04cc29b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [core] excludesfile = ~/.gitignore_global whitespace = cr-at-eol + autocrlf = false [difftool "sourcetree"] cmd = opendiff \"$LOCAL\" \"$REMOTE\" path = @@ -38,4 +39,5 @@ st = status ad = add c = commit + ch = checkout l = log --graph --date=short --pretty=\"format:%C(yellow)%h %C(cyan)%ad %C(green)%an%Creset%x09%s %C(red)%d%Creset\"