I have used 4 spaces and tab characters my whole life, until I was “forced” to code with 2 spaces and space characters in a project. Now I love it!
I set up this particular project with project settings to overwrite my own defaults ONLY for this project. Cool. Worked great. Backspace did delete 2 spaces, like it would with tab characters. Cool.
Now, … and I don’t know what happened, this is no longer the case. When I press backspace, it only deletes one space character, although my settings, both defaults and project specific, should make it delete “a whole tab”, but don’t.
I have the following settings:
“tab_size”: 2,
“translate_tabs_to_spaces”: true,
“use_tab_stops”: true,
Any idea why I only delete one char on backspace?