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

osx
Adam Veldhousen 2016-05-18 10:40:36 -05:00
parent fab38eb51a
commit 058c23c09a
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

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