From: Lennart Poettering Date: Thu, 29 Mar 2018 14:27:45 +0000 (+0200) Subject: CODING_STYLE: mention that we ship .editconfig/.vimrc/.dir-locals.el in our repo X-Git-Tag: v239~444^2~2 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=4afbb9004c4768ec4dd89fe293b688ccfea4c023;p=systemd%2F.git CODING_STYLE: mention that we ship .editconfig/.vimrc/.dir-locals.el in our repo --- diff --git a/doc/CODING_STYLE b/doc/CODING_STYLE index 66771ef523..8ee7628051 100644 --- a/doc/CODING_STYLE +++ b/doc/CODING_STYLE @@ -7,9 +7,11 @@ comments easily discernable from explanatory, documenting code comments (i.e. committable stuff). -- Don't break code lines too eagerly. We do *not* force line breaks at - 80ch, all of today's screens should be much larger than that. But - then again, don't overdo it, ~119ch should be enough really. +- Don't break code lines too eagerly. We do *not* force line breaks at 80ch, + all of today's screens should be much larger than that. But then again, don't + overdo it, ~119ch should be enough really. The .editorconfig, .vimrc and + .dir-locals.el files contained in the repository will set this limit up for + you automatically, if you let them (as well as a few other things). - Variables and functions *must* be static, unless they have a prototype, and are supposed to be exported.