From 613d7cca1b3c12a632cdade8dcf0f77f416e413f Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Fri, 26 Mar 2021 20:05:46 +0000 Subject: [PATCH] Manual.md: indicate 80 character line limit --- Manual.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Manual.md b/Manual.md index 4439865e1d73..e2979fbec51b 100644 --- a/Manual.md +++ b/Manual.md @@ -88,6 +88,9 @@ By convention, all templates start with a comment briefly explaining what they are. In addition, pkgname and version can't have any characters in them that would require them to be quoted, so they are not quoted. +Try to break any lines over 80 characters where it makes sense, e.g. in +dependencies. + A simple `template` example is as follows: ```