diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-28 11:30:51 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-28 11:30:51 +0100 |
commit | 6fa7e8aff5ec7e1909ec52bb60c032ec4199bc91 (patch) | |
tree | 07de66663765287085ba48672b87b0db54aa5399 /HACKING | |
parent | cd2370754ae6893e6df4e835eeb819f827eaee4a (diff) | |
download | pacman-6fa7e8aff5ec7e1909ec52bb60c032ec4199bc91.tar.gz pacman-6fa7e8aff5ec7e1909ec52bb60c032ec4199bc91.tar.xz |
HACKING: mention tab size and line width
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] ------------------------------------------- |