aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/vim.vim
blob: b958fe54ae8280713bac6b5ad2cf34bdfe49e4b7 (plain) (blame)
1
2
3
4
" Observe VimL conventions for two-space indents
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2