Which is preferred (\".\" indicating whitespace)?
A)
def foo(): x = 1 y = 2 .... if True: bar()
B)
If you use A, you could copy paste your block in python shell, B will get unexpected indentation error.