From dfdd01b78576889d6f7fb65221965990667ab53a Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 8 Dec 2022 18:04:32 -0500 Subject: [PATCH] update contributing.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31165511..a3973f40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,7 @@ the coding style is described here: - no spaces in operations except for `||` and `&&` - no space between variable name and assignment - space between macro in string literals + - space after comment delimiter - C++ pointer style: `void* variable` rather than `void *variable` - indent switch cases - preprocessor directives not intended