From a0d874725d6e1eaee1bfc5337385b5910ab5cf1f Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Thu, 24 Jan 2013 14:58:15 +0000 Subject: [PATCH] Update vim line length to 70 Apparently this makes it the same as emacs or something. --- .lvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lvimrc b/.lvimrc index 4090fe688..26ac8b75b 100644 --- a/.lvimrc +++ b/.lvimrc @@ -5,5 +5,5 @@ set sw=2 set ts=2 -set tw=80 +set tw=70 set expandtab