1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

CODE_STYLE: fix long-line guideline

- Change maximum allowed line length from 80 to 79.
This commit is contained in:
Jay Satiro 2016-09-12 01:51:37 -04:00
parent 27c2131b02
commit 511838f1d8

View File

@ -50,7 +50,7 @@ introduced in the C standard until C99. We use only `/*` and `*/` comments:
## Long lines ## 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 reasons for maintaining this even in the modern era of very large and high
resolution screens: resolution screens: