Inside MD files the tab always inserts 4 spaces
all my settings are set to 3 spaces
"[markdown]": {
"editor.tabSize": 3
}
"editor.tabSize": 3
the status bar displays "spaces: 3"
the vertical lines in the editor looks good
|...|...|...|
if i press tab x 4 spaces are inserted.
|...|...|...|
|....x
backspace <- works fine, it deletes 3 spaces
when i press tabtabtab in a blank line
i must press <-<-<-<- to go to col 1
whats going wrong?