Indentation
Prefer tabs over spaces, as it gives flexibility - the width can be configured by the reader of your code - EXCEPT in Lisp, where lining up statements on two (or more) lines is common practice (and also using more than 2 space indentation in Lisp is impractical anyways).