Files
runner-images/.vscode/settings.json
T

8 lines
192 B
JSON
Raw Normal View History

2019-11-15 15:23:41 -05:00
{
// When enabled, will trim trailing whitespace when you save a file.
2020-06-02 10:53:30 +03:00
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
2019-11-15 15:23:41 -05:00
}