s-zhang / puzzlehunt-tools

MIT License
2 stars 1 forks source link

Spaces not Tabs #10

Closed rzsun closed 5 years ago

rzsun commented 6 years ago

PEP 8 states "Spaces are the preferred indentation method".

Should we consider using spaces rather than tabs for this project?

s-zhang commented 6 years ago

I'm aware of the recommendation from PEP 8. Consistency is more important here so as long as all other contributors are willing to stick to using spaces as the indentation, I'm onboard as well. This can be done once we have https://github.com/s-zhang/puzzlehunt-tools/issues/11 in place