浏览代码

Expand tabs with spaces (vim)

Emmanuel Bouthenot 13 年之前
父节点
当前提交
3463bc2830
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .vim/vimrc

+ 1 - 0
.vim/vimrc

@@ -139,6 +139,7 @@ set smartindent
 set cindent
 
 "tabs and spaces settings
+set expandtab "tab are spaces
 set tabstop=4
 set shiftwidth=4
 set shiftround "round indent to shiftwidth