Created
March 8, 2022 20:59
-
-
Save jazzsequence/d053d4a121d6612068f5b6f23b339e41 to your computer and use it in GitHub Desktop.
VS Code - Trim trailing whitespace, but not in .md files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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