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
Merge requests
!5
Update CODINGSTYLE.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update CODINGSTYLE.md
bratkartoffel/aports:patch-1
into
master
Overview
14
Commits
5
Pipelines
0
Changes
1
Closed
Simon F
requested to merge
bratkartoffel/aports:patch-1
into
master
5 years ago
Overview
14
Commits
5
Pipelines
0
Changes
1
Expand
Spotted some minor typos, improved some wordings
0
0
Merge request reports
Viewing commit
107a58b9
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
107a58b9
Apply suggestion to CODINGSTYLE.md
· 107a58b9
Simon F
authored
5 years ago
CODINGSTYLE.md
+
1
−
1
Options
@@ -99,7 +99,7 @@ foo_bar="$foo"
```
## Subshell usage
Use
`$()`
syntax, not backticks
, as backticks are harder to spot
.
Use
`$()`
syntax, not backticks.
## Sorting
Some items tend to benefit from being sorted. A list of sources, dependencies
Loading