Search code examples
visual-studio-codemarkdown

VSCode: Markdown files indents list items with 3 spaces instead of a tab


I have a .md file that contains

3. test
1. indent me

When I move the cursor to the left of "1." I get:

3. test
   1. indent me

where the indent is 3 spaces. How do I get it to be a tab with a width of 2 spaces? I have "Tab Size: 2" on the bottom of the editor, so idk why I'm still indenting with 3 spaces.


Solution

  • I was using markdown all in one and had to change indentationSize to inherit