Fix for mixed version loclists, tests (#521)
[pyelftools.git] / .vimrc
1 " Force indentation styles for this directory
2 autocmd FileType python set shiftwidth=4
3 autocmd FileType python set tabstop=4
4 autocmd FileType python set softtabstop=4
5
6 autocmd FileType c set shiftwidth=2
7 autocmd FileType c set tabstop=2
8 autocmd FileType c set softtabstop=2