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