From f76a2b4e8dffe2044cd7532ca40554267f0d5454 Mon Sep 17 00:00:00 2001 From: George Abbott Date: Fri, 3 Nov 2023 21:26:37 +0000 Subject: Commit all --- GUIDELINES.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 GUIDELINES.md (limited to 'GUIDELINES.md') diff --git a/GUIDELINES.md b/GUIDELINES.md new file mode 100644 index 0000000..8e9a1ee --- /dev/null +++ b/GUIDELINES.md @@ -0,0 +1,7 @@ +Naming Conventions +------------------ +Classes: AllCaps +Enums: class EnumClass(Enum): Opt1; Opt2 +Local vars: local_variable + +Use 4 spaces not tabs. -- cgit v1.2.1