From 511838f1d803f926156a99022ac2a715dbd541b4 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 12 Sep 2016 01:51:37 -0400 Subject: CODE_STYLE: fix long-line guideline - Change maximum allowed line length from 80 to 79. --- docs/CODE_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md index d92d91662..e1da5c2c0 100644 --- a/docs/CODE_STYLE.md +++ b/docs/CODE_STYLE.md @@ -50,7 +50,7 @@ introduced in the C standard until C99. We use only `/*` and `*/` comments: ## Long lines -Source code in curl may never be wider than 80 columns and there are two +Source code in curl may never be wider than 79 columns and there are two reasons for maintaining this even in the modern era of very large and high resolution screens: -- cgit v1.2.3