From 274dfdefd23f950d9b3370a6763af0d500740d61 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Fri, 3 Sep 2010 18:08:18 +0000 Subject: [PATCH] Update the HACKING file and give some indentation sugars. --- HACKING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 7260caf..1b4ea65 100644 --- a/HACKING +++ b/HACKING @@ -16,8 +16,10 @@ you started: The source code of the library trend to follow some conventions so that it is consistent in style and thus easier to read. Basically, it follows FreeBSD's style(9); adding 4-space indentation and 8-space tabs (which you - should configure in your editor, e.g. `:set sw=4 ts=8' in vim). For more - details, please read the style(9) man page from FreeBSD's website: + should configure in your editor, e.g. `:set sw=4 ts=8' in vim). You are + also advised to `:set cinoptions=t0(0:0` so that you don't have to care + about indentation anymore. For more details, please read the style(9) man + page from FreeBSD's website: http://www.freebsd.org/cgi/man.cgi?query=style 3. Write tests