2011-10-26 40 views

回答

2

以下內容添加到你的vimrc:

autocmd FileType cpp set tabstop=8 
autocmd FileType svh set tabstop=3 
autocmd FileType pl set tabstop=8 

哈比