Git Vim编辑器配置

时间:2018-08-24 06:53:35

标签: windows git vim editor commit-message

我在Windows中工作,并且像默认编辑器一样使用vim进行提交。 我想配置vim以使用Windows文件格式(CRLF)保存提交

我该怎么办? git的vim配置在哪里?

1 个答案:

答案 0 :(得分:4)

git commit消息插件为~/.vim/ftplugin/gitcommit.vim。设置此:

setlocal fileformat=dos

请参见http://vimdoc.sourceforge.net/htmldoc/options.html#%27fileformat%27