Added code style doc

This commit is contained in:
plutoo 2018-01-06 06:17:27 +01:00
parent 3ca6e65984
commit 16fb456dc3

14
CODESTYLE.md Normal file
View File

@ -0,0 +1,14 @@
### Types
TypesAreCapitalizedLikeThis
#### Enums
EnumType_EnumName
#### Struct members
like_this
### Local variables
like_this
### Functions
modulenameFunctionName