2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-16 16:24:00 +00:00

Updated Contributing (markdown)

n1474335
2022-09-16 14:41:09 +01:00
parent d7f351fe8f
commit 71429dcbc5

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