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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ To access the Ghidra repository, use the following details:
## 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
- `PascalCase` for classes and function names.