mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 22:40:05 +00:00
Updated Coding Style (markdown)
parent
f21ad40012
commit
c733cba2d8
@ -12,13 +12,13 @@ Citra is a brand new project, so we have a great opportunity to keep things clea
|
||||
* CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore)
|
||||
* Variables
|
||||
* lower_case_underscored
|
||||
* Prefixes: "g_" if global, "_" if internal, "__" if ultra internal
|
||||
* Prefixes: "g_" if global, "__" if internal, "___" if ultra internal
|
||||
* Classes
|
||||
* CamelCase, "_" may also be used for clarity (e.g. OGL_VideoInterface)
|
||||
* CamelCase, "__" may also be used for clarity (e.g. OGL_VideoInterface)
|
||||
* Files/Folders
|
||||
* lower_case_underscored
|
||||
* Namespaces
|
||||
* CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore)
|
||||
* CamelCase, "__" may also be used for clarity (e.g. ARM_InitCore)
|
||||
|
||||
### Indentation/Whitespace Style
|
||||
Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spaces instead.
|
||||
|
Loading…
Reference in New Issue
Block a user