From e66b8c5f7d00bb6c3ffa98d3e25f5ef0ca0646b1 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 17 Jan 2011 12:03:30 +0100 Subject: [PATCH] Update README: coding style --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aec9c32c..b683df1d 100644 --- a/README.md +++ b/README.md @@ -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