.vscode/settings.json
1 2 3 4 5 |
{ // When enabled, will trim trailing whitespace when you save a file. "files.trimTrailingWhitespace": true } |
1 2 3 4 5 |
{ // When enabled, will trim trailing whitespace when you save a file. "files.trimTrailingWhitespace": true } |