add 80 character comment rule to sh

BodgeMaster-unfinished
Jan Danielzick 2022-06-27 13:29:24 +02:00
parent 512ecddcb0
commit 60f53f9e6d
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ Include the copyright notice as present in the template below the hash bang.
Indent by four spaces.
Don't have comments that go beyond 80 characters per line, preferably
slightly less.
Put special commands like `then` and `do` on the same line as the control
structure they belong to. Use the same indent for special commands like
`fi` and `done` as for the control structure they belong to.