mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added code style doc
This commit is contained in:
parent
3ca6e65984
commit
16fb456dc3
14
CODESTYLE.md
Normal file
14
CODESTYLE.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### Types
|
||||||
|
TypesAreCapitalizedLikeThis
|
||||||
|
|
||||||
|
#### Enums
|
||||||
|
EnumType_EnumName
|
||||||
|
|
||||||
|
#### Struct members
|
||||||
|
like_this
|
||||||
|
|
||||||
|
### Local variables
|
||||||
|
like_this
|
||||||
|
|
||||||
|
### Functions
|
||||||
|
modulenameFunctionName
|
Loading…
Reference in New Issue
Block a user