You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
271 B
14 lines
271 B
10 years ago
|
|
||
|
## EasyEngine coding standard
|
||
|
|
||
|
For contributing EasyEngine you must follow [PEP8](https://www.python.org/dev/peps/pep-0008) style guide.
|
||
|
|
||
|
- Indentation -
|
||
|
|
||
|
4 spaces shoule be used as Indentation as mentioned in above style guide.
|
||
|
|
||
|
- Class Name -
|
||
|
|
||
|
|
||
|
- Function Name -
|