Environment data
- VS Code version: 1.21.1
- Extension version: 2018.2.1
- OS and version: windows 10 x64
- Python version (Anaconda): 3.5.1
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Case
The cursor is at (enter) position, and I press Enter:
Actual behavior
It removes spaces before expressions and inserts spaces between less than and equal signs. Causes syntax errors
If you replace 1 with a variable, there is only the error of inserting spaces before the equal sign.
Expected behavior