aboutsummaryrefslogblamecommitdiff
path: root/vim/after/indent/css.vim
blob: ba6dfdeb9b5fd2f32ab7565ff4ac146de6944268 (plain) (tree)
1
2
3
4
5
6
7
8







                                                         
" Use four spaces for indentation
setlocal expandtab
setlocal shiftwidth=4
let b:undo_ftplugin .= '|setlocal expandtab< shiftwidth<'
if &l:softtabstop != -1
  let &l:softtabstop = &l:shiftwidth
  let b:undo_ftplugin .= '|setlocal softtabstop<'
endif