From: Lennart Poettering Date: Fri, 22 Jan 2016 15:16:33 +0000 (+0100) Subject: catalog: fix line width to 79 chars X-Git-Tag: v229~90^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b35f360bbde7faa0436c28b9d914a3aa1bb43dbd;p=thirdparty%2Fsystemd.git catalog: fix line width to 79 chars Line breaks default to 119 characters for systemd sources now, configured through the .vimrc and .dir-local.el files. However, for the catalog files we really should stick to 79 chars, as they are regularly shown on terminal screens. --- diff --git a/catalog/systemd.catalog b/catalog/systemd.catalog index 4488c835a81..bdcfd42c882 100644 --- a/catalog/systemd.catalog +++ b/catalog/systemd.catalog @@ -1,3 +1,4 @@ +# -*- fill-column: 79; indent-tabs-mode: nil -*- # This file is part of systemd. # # Copyright 2012 Lennart Poettering