We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f32da commit 03a816fCopy full SHA for 03a816f
1 file changed
CONTRIBUTING.md
@@ -31,4 +31,11 @@ It is OK to merge your own pull request without review if you are very sure it w
31
- Fix division-by-zero error
32
- Improve docstrings
33
- Implement feature #23
34
-- Add function cool_feature()
+- Add function cool_feature()
35
+
36
+#### Coding style
37
+1. variable and function names lower case, use underscore if needed
38
+1. Types and structs CamelCase
39
+1. indent with four spaces
40
+1. max 120 char per line
41
+1. do NOT use an automated code formatter
0 commit comments