From 71429dcbc5d36700a535ce6f40267fd3f00ab17c Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 16 Sep 2022 14:41:09 +0100 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 849424e..c587c89 100644 --- a/Contributing.md +++ b/Contributing.md @@ -13,7 +13,7 @@ Before your contributions can be accepted, you must: * Object/namespace identifiers: CamelCase * Function/variable names: camelCase * Constants: UNDERSCORE_UPPER_CASE -* Source code encoding: UTF-8 (without BOM) +* Source code encoding: UTF-8 * All source files must end with a newline * Line endings: UNIX style (\n)