" Local vimrc configuration file.  Install the localvimrc.vim vim script.
setlocal tabstop=8 softtabstop=4 shiftwidth=4 expandtab cindent

if &filetype == "make"
    setlocal softtabstop=8 shiftwidth=8 noexpandtab nocindent
elseif &filetype == "markdown"
    setlocal smartindent nocindent
endif
