aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Style-guide.md
diff options
context:
space:
mode:
authorMichael Brockus <55331536+michaelbadcrumble@users.noreply.github.com>2020-06-21 13:06:48 -0700
committerGitHub <noreply@github.com>2020-06-21 23:06:48 +0300
commit91680324035dd19ccf256cc1efba4ea7352e80c5 (patch)
tree02e8db54036b9856b0907e6ef20a232bb5b6670c /docs/markdown/Style-guide.md
parent3f1108c9239abcf51dbccdd1810b0c6f63435a2e (diff)
downloadmeson-91680324035dd19ccf256cc1efba4ea7352e80c5.zip
meson-91680324035dd19ccf256cc1efba4ea7352e80c5.tar.gz
meson-91680324035dd19ccf256cc1efba4ea7352e80c5.tar.bz2
Update Style-guide.md [skip ci]
Diffstat (limited to 'docs/markdown/Style-guide.md')
-rw-r--r--docs/markdown/Style-guide.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Style-guide.md b/docs/markdown/Style-guide.md
index ee2ecfe..960e60c 100644
--- a/docs/markdown/Style-guide.md
+++ b/docs/markdown/Style-guide.md
@@ -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