We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618374c commit 225c0d2Copy full SHA for 225c0d2
CONTRIBUTING.md
@@ -37,8 +37,8 @@ It is OK to push directly to the `main` branch for small changes for example fix
37
38
#### Coding style
39
1. use verbs for the names of functions, nouns for types and structs
40
-1. variable and function names lower case, use underscore if needed
41
-1. Types and structs CamelCase
+1. for variable and function names use lower case, underscore if needed
+1. use CamelCase for types and structs
42
1. indent with four spaces
43
1. max 120 char per line
44
1. do NOT use an automated code formatter
0 commit comments