]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CODING_STYLE: mention that we ship .editconfig/.vimrc/.dir-locals.el in our repo
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Mar 2018 14:27:45 +0000 (16:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Apr 2018 13:22:26 +0000 (15:22 +0200)
doc/CODING_STYLE

index 66771ef523180c89a7df78379e7093cafef1521b..8ee7628051e5a1504d314da718f20d33a81ec701 100644 (file)
@@ -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.