From 8b16b7b2c328f241a9bc24551f4e98eee5ed9a45 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 19 Jun 2023 01:37:13 -0700 Subject: [PATCH] Update CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a05d04f..331b5746 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.