Changes to siteindex layout
[archweb_dev-nj.git] / HACKING
blobfc076b7647ebe6c1def19ca302d32c10b22c5e2c
1 Contributing 
2 ======================
4 Coding Style
5 ------------
7 1.  All code should be indented with spaces. This is effectively the following VIM modeline:
8   /* vim: set ai ts=4 sw=4 et: */
10 2.  Recommend removing trailing whitespace. Here is an example for .vimrc
11     autocmd BufWritePre *.py normal m`:%s/\s\+$//e ``
16 vim: set ai ts=4 sw=4 et: