From 2f67399784f74c1d2ef12f624d0ebe874115bc88 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Mon, 16 Mar 2015 14:58:20 +0100 Subject: [PATCH] Use 72 characters for Git instead of 80. This follows the Linux/universal Git guidelines more closely. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e03414..a1fcdfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ should follow. These are as following: value(s) should be documented. * 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. + blank line and a more in depth description of 72 characters per line. ## Editor Setup