People complained about this in 1999 but then I used it and it's never mattered.
(On other projects, I often wish other languages had formatters as good and standard as the Python ecosystem. I have many complaints about Python but whitespace is just not a problem I've seen)
Also it isn't the only one, many ML derived languages also use indentation, including the famous F#, Standard ML, OCaml, Haskell,....
The trivial kind of raw source generation is still trivial, but I'm guessing you're doing embedding/templates or something?
What kind of special whitespace requirements do people have?
Functional-style programming has become much more popular since Python was designed in the 1990s, and there doesn’t seem to be a good way to have Python-like significant indentation and also support true anonymous functions.
Guido doesn't want them in the language, as simple as that.
One interesting PL concept they implement are linear types https://mojolang.org/docs/std/traits/anytype/AnyType/