autocrlf to false because I hate ^M in vim on my windows box (shoot me)

osx
Adam Veldhousen 8 years ago
parent fab38eb51a
commit 058c23c09a
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -86,7 +86,7 @@
# Make `git rebase` safer on OS X
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false
autocrlf = true
autocrlf = false
eol = 'lf'
editor = $EDITOR

Loading…
Cancel
Save