autocrlf to false because I hate ^M in vim on my windows box (shoot me)
parent
fab38eb51a
commit
058c23c09a
|
|
@ -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…
Reference in New Issue