mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
CODE_STYLE: fix long-line guideline
- Change maximum allowed line length from 80 to 79.
This commit is contained in:
parent
27c2131b02
commit
511838f1d8
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user