|
|
|
|
|
by thih9
335 days ago
|
|
> You can use tabs to indent and spaces to align after that, in most cases. In practice this is difficult; since the characters are invisible by default, people will inevitably mix up the two. Looks like the industry standard is to give up and use spaces everywhere, unless strict and mandatory tooling exists. |
|
But the new problem is linters and formatters don't understand alignment, so they always want those extra spaces removed, making a mess.