aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEric B Merritt <[email protected]>2013-04-04 09:56:09 -0700
committerEric B Merritt <[email protected]>2013-04-04 09:56:09 -0700
commit14db8d377faba9195e357d7fa5df315363af3972 (patch)
tree440478519905d0e1b0079f51884b5f5187d853ff /CONTRIBUTING.md
parentaa660847217d25f477c7b396a8e752783beb26d3 (diff)
downloadrelx-14db8d377faba9195e357d7fa5df315363af3972.tar.gz
relx-14db8d377faba9195e357d7fa5df315363af3972.tar.bz2
relx-14db8d377faba9195e357d7fa5df315363af3972.zip
minor wording fixes to contributing
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3689b7a..ea4ef0d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -102,13 +102,18 @@ Source editing
--------------
The following rules MUST be followed:
- * Indentation uses horizontal tabs (1 tab = 4 columns)
+ * Indentation uses 4 horizontal spaces
+ * Tabs should not be used
* Do NOT align code; only indentation is allowed
- * Lines MUST NOT span more than 80 columns
+
The following rules SHOULD be followed:
* Write small functions whenever possible
* Avoid having too many clauses containing clauses containing clauses
+ * Lines SHOULD NOT span more than 80 columns
+
+When in doubt indentation as performed in the Erlang Emacs Mode is
+correct.
Committing
----------