Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
631b9f7a
Commit
631b9f7a
authored
4 years ago
by
Keith Maxwell
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document policy to end all cases with ;;
parent
6da2513f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!11958
community/rclone: upgrade to 1.52.3
,
!9763
[3.12] community/znc: upgrade to 1.8.1
,
!7631
Document policy to end all cases with ;;
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CODINGSTYLE.md
+1
-0
1 addition, 0 deletions
CODINGSTYLE.md
with
1 addition
and
0 deletions
CODINGSTYLE.md
+
1
−
0
View file @
631b9f7a
...
@@ -56,6 +56,7 @@ Put `; do` and `; then` on the same line as the `while`, `for` or `if`.
...
@@ -56,6 +56,7 @@ Put `; do` and `; then` on the same line as the `while`, `for` or `if`.
*
Don't indent alternatives.
*
Don't indent alternatives.
*
A one-line alternative needs a space after the close parenthesis of the pattern and before the
`;;`
.
*
A one-line alternative needs a space after the close parenthesis of the pattern and before the
`;;`
.
*
End the last case with
`;;`
.
### Variable expansion
### Variable expansion
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment