It is possible to change tab size for markdown code preview ? Currently 1 tab = 8 spaces.
If you are referring to the markdown preview window you can apply custom css to manipulate the way it is displayed using the markdown.styles setting.
"markdown.styles": [
"Style.css"
]
If you are referring to the editor window you can set the tab size for markdown files by editing your settings file:
"[markdown]": {
"editor.tabSize": 4
}
To access the settings file click File -> Preferences -> Settings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With