2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-20 02:03:28 +00:00

Updated Contributing (markdown)

n1474335
2017-01-31 18:46:49 +00:00
parent b16eca099f
commit 3f329ee624

@@ -11,7 +11,7 @@ Before your contributions can be accepted, you must:
* Indentation: Each block should consist of 4 spaces
* Object/namespace identifiers: CamelCase
* Function/variable names: underscore_lower_case
* Function/variable names: camelCase
* Constants: UNDERSCORE_UPPER_CASE
* Source code encoding: UTF-8 (without BOM)
* All source files must end with a newline