Skip to content

Commit

Permalink
[gitconfig]disable auto crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1cht committed May 14, 2018
1 parent 4bfa5bf commit f2de9e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[core]
excludesfile = ~/.gitignore_global
whitespace = cr-at-eol
autocrlf = false
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
Expand Down Expand Up @@ -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\"

0 comments on commit f2de9e7

Please sign in to comment.