Search Results

4
votes

Why does Python pep-8 strongly recommend spaces over tabs for indentation?

The most significant advantage I can tell of spaces over tabs is that a lot of programmers and projects use a set number of columns for the source code, and if someone commits a change with their t …