adding textwidth setting.

This commit is contained in:
staticsafe 2012-06-21 16:35:57 -04:00
parent d36595a0cd
commit eafb1fbaf1
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -14,6 +14,7 @@ set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4
set textwidth=79
set autoindent
set mouse=a
set hls is