summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-10 18:38:08 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-10 18:38:08 -0400
commit0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde (patch)
tree40bea79981b05e8df0ccbcb8eb5d19514661da1e /HACKING
parent13d730ab2b3d4c97b6c72bd1374fd6bbbcb454ff (diff)
downloadarchweb-0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde.tar.gz
archweb-0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde.zip
update documentation
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index fc076b76..2731a584 100644
--- a/HACKING
+++ b/HACKING
@@ -10,7 +10,7 @@ Coding Style
2. Recommend removing trailing whitespace. Here is an example for .vimrc
autocmd BufWritePre *.py normal m`:%s/\s\+$//e ``
-
+3. Wrap lines at 80 characters MAXIMUM
vim: set ai ts=4 sw=4 et: