vimrc: set textwitdh to 72

This commit is contained in:
Mikaela Suomalainen 2014-06-30 14:38:21 +03:00
parent 2bb9eb9f97
commit 2ed372828f
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -128,3 +128,7 @@ iab #p #!/usr/bin/env python3
iab #r #!/usr/bin/env ruby
" end of copied from Edelwin
iab #b #!/usr/bin/env bash
" The line after the link is copied from
" http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
set textwidth=72