HACKING: mention tab size and line width

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2014-01-28 20:30:51 +10:00
parent cd2370754a
commit 6fa7e8aff5
1 changed files with 3 additions and 1 deletions

View File

@ -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]
-------------------------------------------