I'm trying to set the intendation for Spf13 VIM to tabs. According to the docs this should be done in ~/.vimrc.local. I've created that file and put the following content there:
set noexpandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
I also tried deleting all the files in ~/.vimviews/. But it doesn't work. It still uses spaces instead of tabs.