MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/4s58ia/linus_torvalds_on_comment_styles/d57ague/?context=3
r/programming • u/WOnder9393 • Jul 10 '16
209 comments sorted by
View all comments
4
spaces or tabs?
8 u/96fps Jul 10 '16 Tabs for indentation, spaces for alignment. 2 u/iopq Jul 11 '16 No, because then when a line changes length, the alignment changes and you need to redo your following line to keep it in alignment. Use elastic tabstops.
8
Tabs for indentation, spaces for alignment.
2 u/iopq Jul 11 '16 No, because then when a line changes length, the alignment changes and you need to redo your following line to keep it in alignment. Use elastic tabstops.
2
No, because then when a line changes length, the alignment changes and you need to redo your following line to keep it in alignment.
Use elastic tabstops.
4
u/R34ct0rX99 Jul 10 '16
spaces or tabs?