summaryrefslogtreecommitdiff
path: root/GUIDELINES.md
diff options
context:
space:
mode:
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.