aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/tsv.vim
blob: 759602ed857542fb3722b3c6d4c457404140569f (plain) (blame)
1
2
3
4
5
6
7
" Manual indenting and literal tabs for TSVs
setlocal noautoindent
setlocal noexpandtab

" Unload this indent plugin
let b:undo_user_indent
      \ = 'setlocal autoindent< expandtab<'