From: Jay Satiro Date: Mon, 12 Sep 2016 05:51:37 +0000 (-0400) Subject: CODE_STYLE: fix long-line guideline X-Git-Tag: curl-7_50_3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511838f1d803f926156a99022ac2a715dbd541b4;p=thirdparty%2Fcurl.git CODE_STYLE: fix long-line guideline - Change maximum allowed line length from 80 to 79. --- diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md index d92d91662b..e1da5c2c0a 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: