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:
parent
730836403a
commit
3fdbc82058
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user