'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 1:[1]
I was using markdown all in one and had to change indentationSize
to inherit
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | abc |