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.
This commit is contained in:
Lennart Poettering 2016-01-22 16:16:33 +01:00
parent 1e02e182f1
commit b35f360bbd

View file

@ -1,3 +1,4 @@
# -*- fill-column: 79; indent-tabs-mode: nil -*-
# This file is part of systemd.
#
# Copyright 2012 Lennart Poettering