Is there a way to exclude my Readme.md file from auto-formatting when saving in VS Code? I still want auto-format for other file types.
Go to settings.json and paste:
"[markdown]": {
"editor.formatOnSave": false
}
Here is the link, where you find this and other configurations
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