summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-01-08 00:24:06 +0100
committerLennart Poettering <lennart@poettering.net>2016-01-11 19:39:59 +0100
commite84750c905111675bdae8437257c764e13d776b5 (patch)
treee7bc26758b64dff8b32733ae9e098458b8126c1b /.vimrc
parent0c7bff0acc8fd04bac9bfd16d696139951149ceb (diff)
downloadsystemd-e84750c905111675bdae8437257c764e13d776b5.tar.gz
editors: specify fill column
Let's be a bit more precise with the editor configuration and specify a higher fill column of 119. This isn't as emacs' default of 70, but also not particularly high on today's screens. While we are at it, also set a couple of other emacs C coding style variables.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index d8020f3404..b864268cd1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -7,3 +7,4 @@ set tabstop=8
set shiftwidth=8
set expandtab
set makeprg=GCC_COLORS=\ make
+set tw=119