From 4afbb9004c4768ec4dd89fe293b688ccfea4c023 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 Mar 2018 16:27:45 +0200 Subject: [PATCH] CODING_STYLE: mention that we ship .editconfig/.vimrc/.dir-locals.el in our repo --- doc/CODING_STYLE | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. -- 2.25.1