mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Improve
This commit is contained in:
parent
16fb456dc3
commit
a3ea01afc2
16
CODESTYLE.md
16
CODESTYLE.md
@ -1,4 +1,4 @@
|
|||||||
### Types
|
#### Types
|
||||||
TypesAreCapitalizedLikeThis
|
TypesAreCapitalizedLikeThis
|
||||||
|
|
||||||
#### Enums
|
#### Enums
|
||||||
@ -7,8 +7,18 @@ EnumType_EnumName
|
|||||||
#### Struct members
|
#### Struct members
|
||||||
like_this
|
like_this
|
||||||
|
|
||||||
### Local variables
|
notlikethis
|
||||||
|
|
||||||
|
#### Local variables
|
||||||
like_this
|
like_this
|
||||||
|
|
||||||
### Functions
|
notlikethis
|
||||||
|
|
||||||
|
#### Global variables (or global statics)
|
||||||
|
g_variableName
|
||||||
|
|
||||||
|
#### Functions
|
||||||
modulenameFunctionName
|
modulenameFunctionName
|
||||||
|
|
||||||
|
#### Macros
|
||||||
|
LIKE_THIS
|
Loading…
Reference in New Issue
Block a user