From 1d113b9c25f4207c645214a9a8a15c852de2f365 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 15 Jan 2011 10:20:35 +0100 Subject: [PATCH] Update README: coding style --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f3fe43..aec9c32 100644 --- a/README.md +++ b/README.md @@ -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.