Skip to content
Snippets Groups Projects

Update CODINGSTYLE.md

Closed Simon F requested to merge bratkartoffel/aports:patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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