mirror of
https://github.com/curl/curl.git
synced 2026-08-03 01:30:29 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue