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
請先 登入 以發表留言。