Use 80 instead of 79 characters per line.

This commit is contained in:
Yorick Peterse 2014-07-09 11:00:19 +02:00
parent 74130df40d
commit f32c31a0bf
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@ should follow. These are as following:
value(s) should be documented.
* Wrap lines at 79 characters per line.
* Git commits should have a <= 50 character summary, optionally followed by a
blank line and a more in depth description of 79 characters per line.
blank line and a more in depth description of 80 characters per line.
## Editor Setup
Whatever editor you use doesn't matter as long as it can do two things:
* Use spaces for indentation.
* Hard wrap lines at 79 characters per line.
* Hard wrap lines at 80 characters per line.
To make this process easier Oga comes with an [EditorConfig][editorconfig]
configuration file. If your editor supports this it will automatically apply