Skip to content

Commit

Permalink
Add guideline about maximum characters per line (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakelezz committed Oct 30, 2018
1 parent 176fde2 commit 1253434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1253434

Please sign in to comment.