From a3ea01afc2ad3167be717e8b84e325d96813d7e1 Mon Sep 17 00:00:00 2001 From: plutoo Date: Sat, 6 Jan 2018 06:20:53 +0100 Subject: [PATCH] Improve --- CODESTYLE.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CODESTYLE.md b/CODESTYLE.md index 20074d2b..e573e9ae 100644 --- a/CODESTYLE.md +++ b/CODESTYLE.md @@ -1,4 +1,4 @@ -### Types +#### Types TypesAreCapitalizedLikeThis #### Enums @@ -7,8 +7,18 @@ EnumType_EnumName #### Struct members like_this -### Local variables +notlikethis + +#### Local variables like_this -### Functions +notlikethis + +#### Global variables (or global statics) +g_variableName + +#### Functions modulenameFunctionName + +#### Macros +LIKE_THIS \ No newline at end of file