Potential annoyances of tab delimited Python source?
- by user86432
I want to start a new project, and I want this to be my first Python project. I was looking through the style guide, http://www.python.org/dev/peps/pep-0008/, which "strongly recommends" using a 4-spaces indentation style for new projects. But I just hate this idea! In my opinion, tabs are better for this purpose.
What annoyances could crop up one day if another developer wanted to work on my tab-delimited files?