you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago* (1 child)

The opposite is true, though. If you use tabs for indentation and spaces for alignment, you can adjust the tab width without destroying alignment. That's the big benefit of the tabs-for-indentation-spaces-for-alignment mix.

You can't do that with only tab characters, you can't even align stuff with tabs because it has variable width.

  • source
  • parent
  • hideshow 2 child comments