Skip to content

Commit

Permalink
wrap at 80
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolgual committed Jul 4, 2011
1 parent a7fa435 commit 080d4f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ nnoremap <leader><space> :noh<cr>
" Handle long lines correctly
set wrap
" set textwidth=79
" set formatoptions=n
" set colorcolumn=80
set textwidth=80
set formatoptions=n
set colorcolumn=80
set tw=80

" Show invisible characters
" set list
Expand Down

0 comments on commit 080d4f1

Please sign in to comment.