diff options
Diffstat (limited to 'docs/HACKING.txt')
-rw-r--r-- | docs/HACKING.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index 6f9c3b56..a6d3260a 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -121,3 +121,14 @@ necessary. [newline] [tab]*[space]filename:[space]Comment [newline] + + The last character on each line is at max at column 79. + + Example: + +1234-12-24 Some Body <mymail@mailserver.tld> + + * some/file: My comment. + * some/file, anotherfile: This is a pretty long comment and needs a line + break, to avoid characters at colums > 79. + |