From 26cbcfb78c03be0e8d316a2562c4e7e0d4a3ae8f Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 11 Oct 2022 00:40:50 -0500 Subject: [PATCH] Clarify identation policy --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f38ea1b2..a8ff9d24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ form of code and documentation. - Only use uppercase variable names when relevant to cryptography. +- Use a two-space ident when possible. - Put a space after comment markers. - Don't use multiple newlines between sections of code. - Have a newline before EOF.