From b35f360bbde7faa0436c28b9d914a3aa1bb43dbd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jan 2016 16:16:33 +0100 Subject: 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. --- catalog/systemd.catalog | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog/systemd.catalog') diff --git a/catalog/systemd.catalog b/catalog/systemd.catalog index 4488c835a8..bdcfd42c88 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 -- cgit v1.2.3-54-g00ecf