|
|
|
|
|
by dvt
2497 days ago
|
|
I prefer spaces purely out of consistency reasons. Some systems say a tab is 8 spaces, others say it's 4. Some editors can set a tab to any customizable N spaces. But a space is always a space so your code will look like you intended (or should I say indented) it no matter who's looking at it. |
|