aboutsummaryrefslogtreecommitdiff
path: root/Documentation/coding_style.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/coding_style.md')
-rw-r--r--Documentation/coding_style.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/coding_style.md b/Documentation/coding_style.md
index 048b8e673e..ac0de4ea9d 100644
--- a/Documentation/coding_style.md
+++ b/Documentation/coding_style.md
@@ -80,11 +80,11 @@ Get a decent editor and don't leave whitespace at the end of lines.
Coding style is all about readability and maintainability using commonly
available tools.
-The limit on the length of lines is 80 columns and this is a strongly
+The limit on the length of lines is 96 columns and this is a strongly
preferred limit.
-Statements longer than 80 columns will be broken into sensible chunks,
-unless exceeding 80 columns significantly increases readability and does
+Statements longer than 96 columns will be broken into sensible chunks,
+unless exceeding 96 columns significantly increases readability and does
not hide information. Descendants are always substantially shorter than
the parent and are placed substantially to the right. The same applies
to function headers with a long argument list. However, never break