|
|
|
|
|
by Asraelite
413 days ago
|
|
I would agree that there aren't any arguments for spaces and would be 100% on the side of tabs, except for one problem: variable width means you can't enforce a maximum column limit. Some people don't care about column limits, but they're important to me because I like to tile multiple editor panes side-by-side with no space wasted. The entire debate is stupid anyway and should already be a solved problem. If we used tooling that operates on syntax trees instead of source text, then every developer could have exactly the formatting they want without conflicts. I don't know why that isn't more widespread; the only language I know of to do it is Unison. |
|