I’m using visual studio with Python and every time I hit enter on a line of code, the next line is indented by 5 spaces. However:
- Detect Indentation is OFF
- Insert spaces when pressing tab is OFF
- Tab size is 4
My settings per the UI are:
But here’s what I see. When I pressed enter on my last line of code and then highlighted up, you can see the five spaces. Where are they coming from?