Last active
January 7, 2023 12:22
-
-
Save Josef-Friedrich/bd33b0929a4281a7c42034a8e556db18 to your computer and use it in GitHub Desktop.
Disable whitespace manipulation in VS Code
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, | |
// rintoj.blank-line-organizer | |
// An empty array has no effect [] | |
"blankLine.languageIds": ["xxx"] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment