mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
make note of enum style in CONTRIBUTING.md [skip ci]
This commit is contained in:
@@ -26,7 +26,7 @@ This repository currently has only one goal: accuracy to the original executable
|
||||
In general, we're not exhaustively strict about coding style, but there are some preferable guidelines to follow that have been adopted from what we know about the original codebase:
|
||||
|
||||
- Indent: 2 spaces
|
||||
- `PascalCase` for classes and function names.
|
||||
- `PascalCase` for classes, function names, and enumerations.
|
||||
- `m_camelCase` for member variables.
|
||||
- `g_camelCase` for global variables.
|
||||
- `p_camelCase` for function parameters.
|
||||
|
Reference in New Issue
Block a user