Why is vscode removing my spaces?

Viewed 1873

I have an angular project generated using the angular-cli with the following extensions in my vscode:

Angular Language Service Auto Import Debugger for Chrome EditorConfig for VS Code TSLint

I have a problem where vscode is removing my spaces. For example say I add the following spaces underneath the switch statement. If I don't type a non space character, then within less than a second it will delete my spaces underneath the switch statement. It's very annoying.

enter image description here

1 Answers
Related