Skip to content

Instantly share code, notes, and snippets.

@jazzsequence
Created March 8, 2022 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jazzsequence/d053d4a121d6612068f5b6f23b339e41 to your computer and use it in GitHub Desktop.
Save jazzsequence/d053d4a121d6612068f5b6f23b339e41 to your computer and use it in GitHub Desktop.
VS Code - Trim trailing whitespace, but not in .md 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