aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/vim.vim
blob: 591792257817cf9daa7596b6628386425dacaee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
" Use two (not four!) spaces for indentation, per convention
runtime macros/indent/spaces/2.vim

" Remove inapplicable defaults from 'indentkeys'; we should only need to undo
" this if the stock plugin didn't already arrange that (before v7.3.539)
setlocal indentkeys-=0#,0{,0},0),:
if !exists('b:undo_indent')
  let b:undo_indent = 'setlocal indentkeys<'
endif