aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakelezz <[email protected]>2018-10-30 15:07:16 +0100
committerGitHub <[email protected]>2018-10-30 15:07:16 +0100
commit12534348792edf78cddccb3169e068da27cfcb5e (patch)
tree26365c426c18d7c6666a468a2b8433067d737137
parentFix compilation without cache (#420) (diff)
downloadserenity-12534348792edf78cddccb3169e068da27cfcb5e.tar.xz
serenity-12534348792edf78cddccb3169e068da27cfcb5e.zip
Add guideline about maximum characters per line (#422)
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ef553d5..8bad85c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,3 +78,6 @@ Add an empty line after the subject line in documentation. For example:
/// Note the empty line after the subject, and between paragraphs.
fn foo() { }
```
+
+We have an 80 characters per line soft limit, in case readability would suffer
+and to support descriptive naming, 100 characters is our hard limit.