> whitespace/indent languages make it clear there's a lot of redundancy there too.
The only purpose for whitespace indentation is to make the code easier on the eyes. A space shouldn't have an impact in terms of execution, that would be too hazardous. It's too easy to randomly insert a space rather than a character.
> It's too easy to randomly insert a space rather than a character.
What are you doing with your code? I never find myself just randomly inserting characters.