From 7bc442a9654edef724b728d4018a8a029d59a592 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 9 Jul 2014 11:02:17 +0200 Subject: [PATCH] Replaced another mention of 79 characters. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6302eb3..91f1847 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ should follow. These are as following: * When changing code make sure to write RSpec tests for the changes. * Document code using YARD. At the very least the method arguments and return value(s) should be documented. -* Wrap lines at 79 characters per line. +* Wrap lines at 80 characters per line. * Git commits should have a <= 50 character summary, optionally followed by a blank line and a more in depth description of 80 characters per line.