Skip to content
Snippets Groups Projects

Document policy to end all cases with ;;

Merged Keith Maxwell requested to merge maxwell-k/aports:codingstyle into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -56,6 +56,7 @@ Put `; do` and `; then` on the same line as the `while`, `for` or `if`.
* Don't indent alternatives.
* A one-line alternative needs a space after the close parenthesis of the pattern and before the `;;`.
* End the last case with `;;`.
### Variable expansion
Loading