aboutsummaryrefslogblamecommitdiff
path: root/vim/after/indent/c.vim
blob: 45db2ebce5135685e1d3b73f400affbe29356782 (plain) (tree)
1
2
3
4



                                                                           
" If the path to the file looks like the Vim sources, set 'shiftwidth' to 4
if expand('%:p') =~# '/vim.*src/'
  setlocal shiftwidth=4
endif