]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
libxl: CODING_STYLE: Clarify line length limit to 75
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 15 Oct 2018 13:51:01 +0000 (14:51 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Tue, 30 Oct 2018 17:03:23 +0000 (17:03 +0000)
And give a reason.

The previous `limit' of 75-80 was ambiguous.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
CC: Anthony PERARD <anthony.perard@citrix.com>
tools/libxl/CODING_STYLE

index 32170efb9e4197de608c176e060c35451f9e638b..3d572f69253366d020ee04136a01d732e75d8a27 100644 (file)
@@ -220,12 +220,14 @@ Do not leave whitespace dangling off the ends of lines.
 
 2. Line width
 
-Lines are limited to 75-80 characters.
+Lines are limited to 75 characters.
 
 Rationale:
  - Some people like to tile their 24" screens with a 6x4 matrix of 80x24
    xterms and use vi in all of them.  The best way to punish them is to
    let them keep doing it.
+ - In an 80 column terminal, some room needs to be left for > quoting
+   characters, +/- diff characters, and so on, in emails.
  - Code and especially patches is much more readable if limited to a sane
    line length.  Eighty is traditional.
  - It is the libxenlight coding style.