update contributing.md

This commit is contained in:
tildearrow 2022-12-08 18:04:32 -05:00
parent 8eca858d70
commit dfdd01b785
1 changed files with 1 additions and 0 deletions

View File

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