It is possible to write valid python code with any number of white space indents. The style guide recommends 4 spaces, and that is the default indent for the new editor. So far so good. However if I ...
';' is replaced with a new line, so it overrides the default python interpretation of ';', make sure to avoid using spaces after ';' for otherwise indents would be broken ...