close
vim 的預設 tab 會跳8行, 以下設定可改成跳4行
不過在寫 Makefile 的時候要注意一下 ( tab 表示執行命令 )
set tabstop=4
set shiftwidth=4
set expandtab
set smarttab
set autoindent
全站熱搜
vim 的預設 tab 會跳8行, 以下設定可改成跳4行
不過在寫 Makefile 的時候要注意一下 ( tab 表示執行命令 )
set tabstop=4
set shiftwidth=4
set expandtab
set smarttab
set autoindent