add 80 character comment rule to sh
parent
512ecddcb0
commit
60f53f9e6d
|
@ -60,6 +60,9 @@ Include the copyright notice as present in the template below the hash bang.
|
||||||
|
|
||||||
Indent by four spaces.
|
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
|
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
|
structure they belong to. Use the same indent for special commands like
|
||||||
`fi` and `done` as for the control structure they belong to.
|
`fi` and `done` as for the control structure they belong to.
|
||||||
|
|
Loading…
Reference in New Issue