aboutsummaryrefslogtreecommitdiffstats
path: root/cfam.vimrc
blob: e34c70fde3b725f50b799b8137411edcf12849bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
set tabstop=2
"set softtabstop=4
set shiftwidth=2
set noexpandtab
augroup project
    autocmd!
    autocmd BufRead,BufNewFile *.h,*.c set filetype=c.doxygen
augroup END

set tags=./tags