【git】自动换行转换autocrlf

#####windows
git config --global core.autocrlf true  
#####linux
git config --global core.autocrlf input
#####取消
git config --global core.autocrlf false
posted @ 2018-09-21 10:42  Flint99  阅读(224)  评论(0编辑  收藏  举报