Comment on Indentation TABS vs. SPACESComments−Rainymood10yIf you work on a project solo it doesn't matter if you stay consistent (for yourself at least).if you work on a project with multiple collaborators pick one (i.e. tabs or spaces) and stick with it (i.e. enforce it during code reviews).I personally use tabs but those get expanded to 4 spaces by Vim. Works for me!
Comments
If you work on a project solo it doesn't matter if you stay consistent (for yourself at least).
if you work on a project with multiple collaborators pick one (i.e. tabs or spaces) and stick with it (i.e. enforce it during code reviews).
I personally use tabs but those get expanded to 4 spaces by Vim. Works for me!