changed crlf to input

moveTools
Adam Veldhousen 2015-10-21 21:17:17 -05:00
parent 2329ffbe80
commit 6bb35c58c3
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 7 deletions

View File

@ -86,7 +86,7 @@
# Make `git rebase` safer on OS X # Make `git rebase` safer on OS X
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/> # More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false trustctime = false
autocrlf = false autocrlf = input
editor = $EDITOR editor = $EDITOR
[color] [color]
@ -121,29 +121,23 @@
insteadOf = "gh:" insteadOf = "gh:"
pushInsteadOf = "github:" pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/" pushInsteadOf = "git://github.com/"
[url "git://github.com/"] [url "git://github.com/"]
insteadOf = "github:" insteadOf = "github:"
[url "git@gist.github.com:"] [url "git@gist.github.com:"]
insteadOf = "gst:" insteadOf = "gst:"
pushInsteadOf = "gist:" pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/" pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"] [url "git://gist.github.com/"]
insteadOf = "gist:" insteadOf = "gist:"
[push] [push]
default = current default = current
[pull] [pull]
default = current default = current
[user] [user]
email = adam@veldhousen.ninja email = adam@veldhousen.ninja
name = Adam Veldhousen name = Adam Veldhousen
signingkey = 415C0B9C signingkey = 415C0B9C
[commit] [commit]
gpgsign = true gpgsign = true