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

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