Environment data
- VS Code version: insiders
- Extension version (available under the Extensions sidebar): 2018.3.1
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.4
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
- Relevant/affected Python packages and their versions: N/A
Actual behavior

Expected behavior
There should be no added indentation.
Steps to reproduce:
- Turn on
"editor.formatOnType": true
- Type e.g.
if 1<=2: pass
- Press Enter
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
N/A
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
N/A
Environment data
Actual behavior
Expected behavior
There should be no added indentation.
Steps to reproduce:
"editor.formatOnType": trueif 1<=2: passLogs
Output for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)N/A
Output from
Consoleunder theDeveloper Toolspanel (toggle Developer Tools on underHelp)N/A