Update CONTRIBUTING.md [skip ci]

This commit is contained in:
MattKC
2023-06-19 01:37:13 -07:00
committed by GitHub
parent 4494d4db60
commit 8b16b7b2c3

View File

@@ -15,7 +15,7 @@ To access the Ghidra repository, use the following details:
## Code Style ## Code Style
In general, we're not exhaustively strict about coding style, but there are some preferable guidelines to follow: 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 - Indent: 2 spaces
- `PascalCase` for classes and function names. - `PascalCase` for classes and function names.