From 1c1096b30f87651818935c4e58bcd536161e40a6 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 11 Mar 2024 08:05:28 -0400 Subject: [PATCH] Updated Coding guidelines (markdown) --- Coding-guidelines.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Coding-guidelines.md b/Coding-guidelines.md index 1fe4b9a..ccccea1 100644 --- a/Coding-guidelines.md +++ b/Coding-guidelines.md @@ -4,7 +4,6 @@ 4. Don't bring any additional dependency without discussion. However boost, openssl and zlib can be used in any amount. 5. No requirements for formatting or coding style. You can do whatever you like. 6. When you work with binary data, mind endianess. Use functions from I2PEndian.h -7. You must not be involved in any project under Monero license ## Coding styleguide