Which is preferred (\".\" indicating whitespace)?
A)
def foo(): x = 1 y = 2 .... if True: bar()
B)
TextMate breaks block collapsing if you use B, and I prefer A anyway since it's more "logical".