1 min readJul 12, 2020
Spaces are more flexible that tabs. If you split a long line of code, you can use spaces to exactly align elements to make the code more readable.
Since mixing spaces and tabs is a pain, you are best picking one or the other, and spaces win IMHO.
Most editors can be configured to automatically convert tabs to spaces as you type and when you save.