From 16fb456dc3eef766e2533a04325005ea89670107 Mon Sep 17 00:00:00 2001 From: plutoo Date: Sat, 6 Jan 2018 06:17:27 +0100 Subject: [PATCH] Added code style doc --- CODESTYLE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODESTYLE.md diff --git a/CODESTYLE.md b/CODESTYLE.md new file mode 100644 index 00000000..20074d2b --- /dev/null +++ b/CODESTYLE.md @@ -0,0 +1,14 @@ +### Types +TypesAreCapitalizedLikeThis + +#### Enums +EnumType_EnumName + +#### Struct members +like_this + +### Local variables +like_this + +### Functions +modulenameFunctionName