I used to be anal about having 80 column xterms, but this program just won't
let me do it. So here's my general style:

Lines will go as long as they need to. The only time that source files
should have a \n is when it's logically needed.

I use tabs, because I'm lazy. If you submit code to me, use tabs, not spaces.

I generally use 8 space tabs. That's the beauty of tabs, you can use
whatever tab spacing you want to. 

All documentation will fit in an 80 column xterm. Just because my source
can't be constrained to 80 columns, doesn't mean my documentation won't be.
