mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +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
|
||||
|
||||
#### Enums
|
||||
@ -7,8 +7,18 @@ EnumType_EnumName
|
||||
#### Struct members
|
||||
like_this
|
||||
|
||||
### Local variables
|
||||
notlikethis
|
||||
|
||||
#### Local variables
|
||||
like_this
|
||||
|
||||
### Functions
|
||||
notlikethis
|
||||
|
||||
#### Global variables (or global statics)
|
||||
g_variableName
|
||||
|
||||
#### Functions
|
||||
modulenameFunctionName
|
||||
|
||||
#### Macros
|
||||
LIKE_THIS
|
Loading…
Reference in New Issue
Block a user