in reply to Can't get vim to stop outdenting Perl comments, any ideas?
Probably this also helps you to get your desired indent level:filetype indent on
autocmd FileType perl set softtabstop=3 autocmd FileType perl set shiftwidth=3 autocmd FileType perl set tabstop=3 autocmd FileType perl set expandtab
|
|---|