diff options
| author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-17 12:03:30 +0100 |
|---|---|---|
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-17 12:03:30 +0100 |
| commit | e66b8c5f7d00bb6c3ffa98d3e25f5ef0ca0646b1 (patch) | |
| tree | 87e0d70023fe8786235e284b045c6b9cfd77bee3 | |
| parent | 1d113b9c25f4207c645214a9a8a15c852de2f365 (diff) | |
Update README: coding style
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -49,7 +49,9 @@ Contributing to rebar Coding style ------------ -Avoid introducing trailing whitespace. +Do not introduce trailing whitespace. + +Do not introduce lines longer than 80 characters. ### Indentation |
