There is a running argument at our work if we should indent our code with TABs, 2-spaces or 4-spaces (PHP/Eclipse). As far as my experience goes, it doesn't matter.
Does anyone have any practical example of when it does matter, e.g. perhaps in other languages (Python?) or IDEs, or with certain code documentors or code sniffers, etc.
Bonus argument question: do Windows people prefer tabs and UNIX people prefer spaces?
