]> git.notmuchmail.org Git - sup/blob - HACKING
removed outdated info
[sup] / HACKING
1 Running Sup locally
2 -------------------
3 Invoke it like this:
4
5 ruby -I lib -w bin/sup
6
7 Coding standards
8 ----------------
9
10 - Don't wrap code unless it really benefits from it. The days of
11   80-column displays are long over. But do wrap comments and other
12   text at whatever Emacs meta-Q does.
13 - Use as few parentheses as possible.
14 - Use {} for one-liner blocks and do/end for multi-line blocks.
15