diff options
author | George Abbott <george@gabbott.dev> | 2023-11-03 21:26:37 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-11-03 21:26:37 +0000 |
commit | f76a2b4e8dffe2044cd7532ca40554267f0d5454 (patch) | |
tree | b25fca668b027869c2f7030025217fadcc7b1df6 /GUIDELINES.md |
Diffstat (limited to 'GUIDELINES.md')
-rw-r--r-- | GUIDELINES.md | 7 |
1 files changed, 7 insertions, 0 deletions
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. |