Skip to content

Commit

Permalink
minor wording fixes to contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbmerritt committed Apr 4, 2013
1 parent aa66084 commit 14db8d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit 14db8d3

Please sign in to comment.