From 6fa7e8aff5ec7e1909ec52bb60c032ec4199bc91 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 28 Jan 2014 20:30:51 +1000 Subject: HACKING: mention tab size and line width Signed-off-by: Allan McRae --- HACKING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index cc4983f6..03605dd6 100644 --- a/HACKING +++ b/HACKING @@ -10,7 +10,9 @@ Coding Style ------------ 1. All code should be indented with tabs. (Ignore the use of only spaces in - this file) By default, source files contain the following Vim modeline: + this file.) A tab size of two spaces is used when calculating line widths, + which should be a maximum of 80 characters. By default, source files + contain the following Vim modeline: + [source,C] ------------------------------------------- -- cgit v1.2.3-24-g4f1b