arguments against space as indentation:
arguments against tab as indentation:
TABs are a stupid leftover from the days of mechanical typewriters. They are one of the best reasons (among ounces, cars, the Electoral College, churches, the letter Q, weapons, etc.) why the Earth should be ground up into gravel, and used to build a better planet from scratch.
@JorgeStolfi you're clearly a bad actor so i'm going to put this link here for anyone else who comes across your reply and block you now https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/
That article is silly. It is about what is the best amount of indentation on the screen, not about the TAB key or the TAB character.
The distance of indentation need not be proportional to the number of spaces in the code file, and each programmer should be able to change it without actually editing the file. And the best amount depends on other help that the editor could provide, like vertical alignment lines or collapsible blocks. >
> And the display of code on Braille terminals should really be more sophisticated than just "display one Braille character for each byte in the file".