summaryrefslogtreecommitdiff
path: root/.vimrc
blob: d8020f340469889cca4773ab97c7e1e009798453 (plain)
1
2
3
4
5
6
7
8
9
" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
" Warning: Enabling exrc is dangerous! You can do nearly everything from a
" vimrc configuration file, including write operations and shell execution.
" You should consider setting 'set secure' as well, which is highly
" recommended!
set tabstop=8
set shiftwidth=8
set expandtab
set makeprg=GCC_COLORS=\ make