Comment on Arguments for Tabs (not spaces) - samholmesComments−mseepgood13yTabs for indentation and spaces for line-up is the optimum. There is no reason against tabs except if you're a Python or Haskell programmer.−peter_l_downs13yWhat are the reasons against tabs for Python programmers?−mseepgood13yPEP 8 recommends spaces. And consistency with other projects trumps the better thing.
Comments
Tabs for indentation and spaces for line-up is the optimum. There is no reason against tabs except if you're a Python or Haskell programmer.
What are the reasons against tabs for Python programmers?
PEP 8 recommends spaces. And consistency with other projects trumps the better thing.