diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-15 10:20:35 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-15 10:20:35 +0100 |
commit | 1d113b9c25f4207c645214a9a8a15c852de2f365 (patch) | |
tree | 5cada0f2cac44dbf222a9be094425f43a99aef18 | |
parent | 260d08a61b078ddf10b043a2173cc84089bf95cb (diff) |
Update README: coding style
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -46,8 +46,12 @@ Clone the git repository: Contributing to rebar ===================== -Indentation ------------ +Coding style +------------ + +Avoid introducing trailing whitespace. + +### Indentation To have consistent indentation we have vi modeline/emacs local variable headers in rebar's source files. This works automatically with vi. |