Skip to content

Commit 03a816f

Browse files
committed
Add section Coding style
1 parent b9f32da commit 03a816f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@ It is OK to merge your own pull request without review if you are very sure it w
3131
- Fix division-by-zero error
3232
- Improve docstrings
3333
- Implement feature #23
34-
- Add function cool_feature()
34+
- 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

Comments
 (0)