We must have different goals for our choice of indentation style: my goal is to minimize lines of code while preserving readability.
(Not lining things up as in
(f xxx
yyy)
initially detracts from readability, but in my experience with the new style, readability goes back up to very close to where it was as I get used to the new style.)