Clarify identation policy

This commit is contained in:
Luke Parker
2022-10-11 00:40:50 -05:00
committed by GitHub
parent 7fa78a9ac2
commit 26cbcfb78c

View File

@@ -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.