aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/perl.vim
blob: 1be25bf5a2f6001127247203d56f3731aaa2b0b6 (plain) (blame)
1
2
3
4
5
6
" Explicitly set indent level; this matches the global default, but it's tidy
" to enforce it in case we changed from a filetype with different value (e.g.
" VimL)
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal tabstop=4