summaryrefslogtreecommitdiff
path: root/GUIDELINES.md
diff options
context:
space:
mode:
authorGeorge Abbott <george@gabbott.dev>2023-11-03 21:26:37 +0000
committerGeorge Abbott <george@gabbott.dev>2023-11-03 21:26:37 +0000
commitf76a2b4e8dffe2044cd7532ca40554267f0d5454 (patch)
treeb25fca668b027869c2f7030025217fadcc7b1df6 /GUIDELINES.md
Commit allHEADmaster
Diffstat (limited to 'GUIDELINES.md')
-rw-r--r--GUIDELINES.md7
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.