BodgeMaster-unfinished
BodgeMaster 2022-06-28 14:20:02 +02:00
commit 2b51cdb9cc
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.