`
stingh711
  • 浏览: 118108 次
  • 性别: Icon_minigender_1
  • 来自: 无锡
社区版块
存档分类
最新评论

Converting tabs to spaces in VIM

vim 
阅读更多

Add "set expandtab" to your .vimrc.

And also add the following two commands:

set tabstop=4

set shiftwidth=4

If you want to convert the existing tabs to spaces, please use :retab command.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics