mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
CODINGSTYLE.md: don't require local variables to be prefixed with an underscore
It was probably already meant like that so mention this explicitly
This commit is contained in:
parent
f694bff84f
commit
d7f5684261
@ -94,7 +94,7 @@ Put `; do` and `; then` on the same line as the `while`, `for` or `if`.
|
||||
### Variable Names
|
||||
|
||||
* Lower-case, with underscores to separate words. Prefix all
|
||||
non-metadata variables with an underscore character.
|
||||
non-metadata non-local variables with an underscore character.
|
||||
|
||||
### Use Local Variables
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user