Use 80 instead of 79 characters per line.
This commit is contained in:
parent
74130df40d
commit
f32c31a0bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue