This is why like tabs over spaces. I like a tab to be equivalent to 4 spaces. But my coworker may prefer a tab to be 2 spaces. Another may prefer 6 etc.
Tabs let each individual render the code to their liking while keeping everything in sync. Using spaces forces everyone to one person's preference.
Tabs let each individual render the code to their liking while keeping everything in sync. Using spaces forces everyone to one person's preference.