summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuga <juga@sequoia-pgp.org>2019-06-14 13:35:09 +0000
committerjuga <juga@sequoia-pgp.org>2019-06-14 14:09:44 +0000
commit3947bd7f3c093ebfe764f634f01a2f711250757d (patch)
treee25f422b079dbad7a2e46b04bc65df904118818a
parent3c58ba52f858544270a399571e56f3a59fe4719c (diff)
doc: Replace to 79 characters per line
-rw-r--r--doc/coding-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding-conventions.md b/doc/coding-conventions.md
index e066ba31..fe335522 100644
--- a/doc/coding-conventions.md
+++ b/doc/coding-conventions.md
@@ -14,7 +14,7 @@ evolved over time.
Nevertheless, we do have some rules that we try to stick to:
- - maximum line length is 80 characters
+ - maximum line length is 79 characters
- line breaks before operators
- expressive, yet short, variable names unless the scope is small