Update vim line length to 70

Apparently this makes it the same as emacs or something.
This commit is contained in:
Matthew Booth
2013-01-24 14:58:15 +00:00
parent abb1d46636
commit a0d874725d

View File

@@ -5,5 +5,5 @@
set sw=2 set sw=2
set ts=2 set ts=2
set tw=80 set tw=70
set expandtab set expandtab