Skip to content

Instantly share code, notes, and snippets.

@tmeckel
Last active October 6, 2018 10:55
Show Gist options
  • Save tmeckel/42c30df9eac23eea5b4ca115d52ae570 to your computer and use it in GitHub Desktop.
Save tmeckel/42c30df9eac23eea5b4ca115d52ae570 to your computer and use it in GitHub Desktop.
VSCode: enable trailing whitespace trimming on save except Markdown files

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment