mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
CODING_STYLE: make sure line break recommendation matches edit configuration
In the .vimrc and .dir-locals.el we suggest a line width of 119. We should recommend the same in CODING_STYLE.
This commit is contained in:
parent
7405bb3ec0
commit
1c4e4227fa
@ -7,7 +7,7 @@
|
||||
|
||||
- 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.
|
||||
then again, don't overdo it, ~119ch should be enough really.
|
||||
|
||||
- Variables and functions *must* be static, unless they have a
|
||||
prototype, and are supposed to be exported.
|
||||
|
Loading…
Reference in New Issue
Block a user