@mario It is especially worse because for example I'm used to Go.
So in Go, I can just add the } wherever it's supposed to go, and then run the go formatting tool, and it correctly autoindents everything. But you cannot do this in Python, because, since space is syntax, there's no way to statically analyse the code and indent it how you're supposed to do.