Update Style-guide.md [skip ci]

This commit is contained in:
Michael Brockus 2020-06-21 13:06:48 -07:00 committed by GitHub
parent 3f1108c923
commit 9168032403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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