Set textwidth to 72 to make 'gq' neater

This commit is contained in:
Anthony Rose 2015-10-16 08:53:04 +01:00
parent 78ae91d076
commit 7ca4cb4c9d

1
vimrc
View file

@ -14,6 +14,7 @@ set ruler
set shiftwidth=4
set spl=en_gb spell
set tabstop=4
set textwidth=72
set wrap
silent! colorscheme desert
silent! filetype plugin indent on