linux 系统上配置 .gitconfig
[core]
autocrlf = input
safecrlf = warn
配置为提交时转为 lf,下拉时不转换。如果文件时混合换行符时,进行警告。
参考:https://www.jianshu.com/p/6ef90ce18ba2
https://blog.csdn.net/whsdu929/article/details/52490188
http://kuanghy.github.io/2017/03/19/git-lf-or-crlf
http://kuanghy.github.io/2017/03/19/git-lf-or-crlf