4.5. Indentation
Both python and viper rely on coherent leading indentation.
Viper permits only leading spaces, that is, U+0020 characters.
However, tabs are expanded to width 8 in python mode without warning.
The current implementation also expands tabs in Viper mode.
A non-fatal error message should be issued bu isn't.