Commit 511838f1 authored by Jay Satiro's avatar Jay Satiro
Browse files

CODE_STYLE: fix long-line guideline

- Change maximum allowed line length from 80 to 79.
parent 27c2131b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: