From f32c31a0bf520c514a0cc027282ae89bc879825b Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 9 Jul 2014 11:00:19 +0200 Subject: [PATCH] Use 80 instead of 79 characters per line. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd4671c..6302eb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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