Update Style-guide.md [skip ci]
This commit is contained in:
parent
3f1108c923
commit
9168032403
|
@ -11,6 +11,12 @@ Meson build files.
|
|||
|
||||
Always spaces.
|
||||
|
||||
## Naming Variable
|
||||
|
||||
The most consistent naming convention is the snake case. Let say you would
|
||||
like to refer to your executable so something like `my_exe` would work or
|
||||
just `exe`.
|
||||
|
||||
## Naming options
|
||||
|
||||
There are two ways of naming project options. As an example for
|
||||
|
|
Loading…
Reference in New Issue