2015年8月26日 星期三

Linux - vim 的 tab 設定

1. 在使用者目錄下建立並編輯檔案
$vim ~/.vimrc
2. 輸入以下內容
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set smarttab

沒有留言: