1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-26 09:57:26 +03:00

CODING_STYLE: document that we don't break lines at 80ch

This commit is contained in:
Lennart Poettering 2014-08-21 16:10:37 +02:00
parent 730836403a
commit 3fdbc82058

View File

@ -1,6 +1,9 @@
- 8ch indent, no tabs
- 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, ~140ch should be enough really.
- Variables and functions *must* be static, unless they have a
prototype, and are supposed to be exported.