aboutsummaryrefslogtreecommitdiff
path: root/home/.vimrc
blob: 53e539161028c688a27455fb7531c5028b743db0 (plain)
1
2
3
4
5
6
7
syntax on
set autoindent
set cc=72
set expandtab tabstop=4 shiftwidth=4
set ruler noshowmode
au BufNewFile,BufRead Makefile set noexpandtab
set background=dark