mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Seems to ignore the trimTrailingWhitespace setting #87

Closed sirhaffy closed 2 years ago

sirhaffy commented 2 years ago

I have made this settings in 'settings.json' to make VS Code ignore empty lines:

"files.trimTrailingWhitespace": true, "[markdown]": { "files.trimTrailingWhitespace": false }

It seems like the plugin ignore this setting, as when I disable the plugin it work again.

mjbvz commented 2 years ago

What's the expected behavior?

sirhaffy commented 2 years ago

I am very sorry, the problem was in Prettier.